"tests/vscode:/vscode.git/clone" did not exist on "fa3c86beaf04e297d4b0e824692e3bd4edfb5f22"
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