New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split cli_tst.py? #2716
Comments
The big problem is that most tests in that file use some variant of |
One small cleanup this would allow: switching things like |
I think this should definitely be done at some point. I think it will almost be easiest to write the tests from scratch. If someone takes a crack at this, it'll be much easier to write them as unit tests, testing only a specific function or two at a time, instead of always calling |
* Create symlinks at runtime in cli_test.py * use test_util.vector_path rather than hardcoding path * Reference #2716 in comment about too many lines in cli.py
* Create symlinks at runtime in cli_test.py * use test_util.vector_path rather than hardcoding path * Reference #2716 in comment about too many lines in cli.py
The incentive to do this is fairly low compared to the crazy amount of work involved, but
cli_tst.py
should probably be split into pieces to testmain
,cli
andplugins.selection
separately.The text was updated successfully, but these errors were encountered: