| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| cf.get(self.default_section, "Foo"), "Bar", | ||
| "could not locate option, expecting case-insensitive defaults") | ||
|
|
||
| @unittest.skipIf(os.name == "nt", "TODO: RUSTPYTHON, universal newlines") |
There was a problem hiding this comment.
probably need to add this again, it skipped the tests for windows (which are now failing)
Sorry, something went wrong.
There was a problem hiding this comment.
@DimitrisJim restored thanks
Sorry, something went wrong.
|
When I update a library from a newer version of CPython, I usually do this:
|
Sorry, something went wrong.
@fanninpm thanks for your suggestions, I was trying to follow conventional commits convention but will stick with your advice next time. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you! many more tests run successful 😄
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Test
RUSTPYTHONPATH=Lib cargo run --release Lib/test/test_configparser.py Updating git repository `https://github.com/youknowone/unicode_names2.git` Finished release [optimized] target(s) in 0.92s Running `target/release/rustpython Lib/test/test_configparser.py` ... Ran 343 tests in 1.312s OK (skipped=5)