todo: tests

I dont wanna do this :(
This commit is contained in:
Corban-Lee Jones 2023-12-19 00:35:28 +00:00
parent da3dcbc369
commit 3209d88824

15
src/tests.py Normal file
View File

@ -0,0 +1,15 @@
def test_article_embed():
assert True, ""
def main():
# test article embed
test_article_embed()
if __name__ == "__main__":
main()