diff options
| author | John L. Villalovos <john@sodarock.com> | 2021-11-15 14:10:59 -0800 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2021-11-15 14:31:08 -0800 |
| commit | 94feb8a5534d43a464b717275846faa75783427e (patch) | |
| tree | e70da82b9e2fcc1d7a652afe239b7179c74755bc /tests | |
| parent | 06184daafd5010ba40bb39a0768540b7e98bd171 (diff) | |
| download | gitlab-94feb8a5534d43a464b717275846faa75783427e.tar.gz | |
chore: create a 'tests/meta/' directory and put test_mro.py in it
The 'test_mro.py' file is not really a unit test but more of a 'meta'
check on the validity of the code base.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meta/__init__.py | 0 | ||||
| -rw-r--r-- | tests/meta/test_mro.py (renamed from tests/unit/objects/test_mro.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/meta/__init__.py b/tests/meta/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/meta/__init__.py diff --git a/tests/unit/objects/test_mro.py b/tests/meta/test_mro.py index 8f67b77..8f67b77 100644 --- a/tests/unit/objects/test_mro.py +++ b/tests/meta/test_mro.py |
