We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c6f1a commit 05d1986Copy full SHA for 05d1986
3 files changed
main.py tables.pymain.py renamed to tables.py
tests/definitions.py
@@ -1,4 +1,4 @@
1
-from ..main import Table
+from ..tables import Table
2
3
if __name__ == "__main__": # definitions
4
print("Table definitions:")
tests/test_main.py
@@ -1,7 +1,7 @@
"""Unit tests for main.py
"""
5
6
def test_tables():
7
"""Unit tests for Table() class
0 commit comments