This commit is contained in:
cxc
2022-08-23 16:24:37 +08:00
commit 0f1bec5970
11 changed files with 897 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_fake_data.py Normal file
View File

@ -0,0 +1,5 @@
from fake_data import __version__
def test_version():
assert __version__ == '0.1.0'