"tests/models/mobilebert/test_modeling_mobilebert.py" did not exist on "97ccf67bb3c8bc309e8d2302874f56c734628a1c"
-
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