Sith/counter/tests/test_account_dump.py

8 lines
107 B
Python
Raw Normal View History

2024-10-06 20:24:20 +00:00
import pytest
@pytest.mark.django_db
def test_account_dump():
# TODO write the fucking test
pass