Sith/counter/tests/test_account_dump.py
2024-10-11 09:57:41 +02:00

8 lines
107 B
Python

import pytest
@pytest.mark.django_db
def test_account_dump():
# TODO write the fucking test
pass