todo: tests
I dont wanna do this :(
This commit is contained in:
parent
da3dcbc369
commit
3209d88824
15
src/tests.py
Normal file
15
src/tests.py
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
|
||||
def test_article_embed():
|
||||
assert True, ""
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
# test article embed
|
||||
test_article_embed()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
x
Reference in New Issue
Block a user