Run tests via unittest module directly
commita2671cf8f3c7b074660596c15915909037a50923
authorMatt Molyneaux <moggers87+git@moggers87.co.uk>
Sat, 18 Sep 2021 13:48:11 +0000 (18 14:48 +0100)
committerMatt Molyneaux <moggers87+git@moggers87.co.uk>
Sat, 18 Sep 2021 17:46:05 +0000 (18 18:46 +0100)
tree420201bc7a35dbf3d638e80ed1d9c0eb0754bd2a
parent747de326385eabae5798dc46b370f09b1675fee3
Run tests via unittest module directly

`setup.py test` is officially deprecated

Fixes #154
14 files changed:
tests/test_bounce.py [moved from tests/bounce_tests.py with 100% similarity]
tests/test_command.py [moved from tests/command_tests.py with 100% similarity]
tests/test_confirm.py [moved from tests/confirm_tests.py with 100% similarity]
tests/test_encoding.py [moved from tests/encoding_tests.py with 100% similarity]
tests/test_handler.py [moved from tests/handler_tests.py with 100% similarity]
tests/test_integration.py [moved from tests/integration_tests.py with 100% similarity]
tests/test_message.py [moved from tests/message_tests.py with 98% similarity]
tests/test_queue.py [moved from tests/queue_tests.py with 100% similarity]
tests/test_routing.py [moved from tests/routing_tests.py with 100% similarity]
tests/test_server.py [moved from tests/server_tests.py with 100% similarity]
tests/test_testing.py [moved from tests/testing_tests.py with 100% similarity]
tests/test_utils.py [moved from tests/utils_tests.py with 100% similarity]
tests/test_view.py [moved from tests/view_tests.py with 100% similarity]
tox.ini