"examples/vscode:/vscode.git/clone" did not exist on "2ce0fb84cc500a26b0c45bec1f8a42e33d13e05d"
  • Aymeric Augustin's avatar
    Remove unittest.main() in test modules. · 7e98e211
    Aymeric Augustin authored
    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.
    7e98e211
test_optimization.py 6.37 KB