mmcv/tests/test_utils
Jintao Lin a260a96a0f
import_modules_from_strings when loading cfg from file (#606)
* import_modules_from_strings when loading cfg from file

* add unittest to tell whether the feature is enabled as expected

* minor

* set an environment variable instead of writing a file

* use 'shutil' instead of 'os.system'
2020-10-15 22:29:24 +08:00
..
test_config.py import_modules_from_strings when loading cfg from file (#606) 2020-10-15 22:29:24 +08:00
test_env.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_logging.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_misc.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_path.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_progressbar.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_registry.py Allow type to be default arg (#558) 2020-09-16 19:16:49 +08:00
test_timer.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_version_utils.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00