diff --git a/test/__init__.py b/tests/__init__.py similarity index 100% rename from test/__init__.py rename to tests/__init__.py diff --git a/test/test_envs.py b/tests/test_envs.py similarity index 100% rename from test/test_envs.py rename to tests/test_envs.py diff --git a/test/test_policies.py b/tests/test_policies.py similarity index 100% rename from test/test_policies.py rename to tests/test_policies.py diff --git a/test/utils.py b/tests/utils.py similarity index 100% rename from test/utils.py rename to tests/utils.py