Unverified Commit 8dcae84f authored by Dan Jones's avatar Dan Jones
Browse files

refactor: collect tests in tests/ directory

parent 010ce68e
clients.json
__pycache__/
data/clients.json
examples/
rmq.log
Pipfile
......
File moved
File moved
File moved
File moved
File moved
......@@ -3,7 +3,7 @@ import os
import pytest
import re
from unittest.mock import patch, mock_open, call
from client_model import ClientModel
from models.client_model import ClientModel
@pytest.mark.usefixtures("mock_clients")
......
......@@ -6,7 +6,7 @@ import os
import pytest
import re
from unittest.mock import patch, mock_open, call
from token_model import TokenModel
from models.token_model import TokenModel
def test_init():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment