boxine / bx_py_utils

Various Python utility functions
MIT License
7 stars 1 forks source link

Move all tests for "bx_py_utils/test_utils/*.py" #205

Closed jedie closed 3 months ago

jedie commented 3 months ago

Filenames like test_test_utils_time.py are ugly. Just move it like:

.../tests/{test_test_utils_time.py => test_utils/test_time.py}