".github/workflows/building-wheel.yml" did not exist on "aa576457b4e4f85434d38a9a2c83829def2ba34f"
  • 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_tokenization_transfo_xl.py 2.82 KB