"vscode:/vscode.git/clone" did not exist on "358efb26b6d7576bc8179a37c190e5f916773b5e"
Remove unittest.main() in test modules.
This construct isn't used anymore these days. Running python tests/test_foo.py puts the tests/ directory on PYTHONPATH, which isn't representative of how we run tests. Use python -m unittest tests/test_foo.py instead.
Showing
Please register or sign in to comment