mmengine/tests
Zaida Zhou ed84dfd34d
[Refactor] Refactor fileio without breaking back compatibility (#533)
* [Refactor] Refactor fileio but without breaking bc

* handle compatibility

* fix format

* modify io functions

* fix ut

* fix ut

* rename method names

* refine

* refine docstring

* fix ut in windows

* update ut

* minor fix

* ensure client is not None when closing it

* add more examples for list_dir_or_file interface

* refine docstring

* refine deprecated info

* fix ut

* add a description for lmdb docstring
2022-09-26 14:30:40 +08:00
..
data [Refactor] add testing utils (#475) 2022-08-29 22:59:20 +08:00
test_config [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_data [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_dataset [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_device [Feat] Support training on MPS (#331) 2022-06-23 16:53:19 +08:00
test_dist [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_evaluator [Refactor] Refactor data flow to make the interface more natural (#468) 2022-08-24 22:04:55 +08:00
test_fileio [Refactor] Refactor fileio without breaking back compatibility (#533) 2022-09-26 14:30:40 +08:00
test_hooks [Refactor] Refactor fileio without breaking back compatibility (#533) 2022-09-26 14:30:40 +08:00
test_hub [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_logging [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_model [Feature] Support convert `BN` to `SyncBN` by config (#506) 2022-09-15 18:08:36 +08:00
test_optim [Fix ] Fix unit test could may fail caused by `MultiProcessTestCase` (#535) 2022-09-15 18:08:56 +08:00
test_registry [Fix] Exception while building registered function (#491) 2022-08-31 13:53:32 +08:00
test_runner [Feature] Support convert `BN` to `SyncBN` by config (#506) 2022-09-15 18:08:36 +08:00
test_structures [Docs] update data element tutorials (#431) 2022-08-31 20:39:08 +08:00
test_testing [Refactor] add testing utils (#475) 2022-08-29 22:59:20 +08:00
test_utils [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_visualizer [Visualizer] use FigureManager to manage figure to avoid affecting plt.show() outside Visualizer(#440) 2022-08-22 17:16:14 +08:00