We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2938 commit 22a032bCopy full SHA for 22a032b
unit3/README.md
@@ -0,0 +1,6 @@
1
+To run the unit tests, simply run
2
+
3
+ python3 unit.py
4
5
+The unit tests shoudld be run with a network connection and
6
+on a UNix system (i.e. Linux or Mac OS)
unit3/unit.py
@@ -73,3 +73,6 @@
73
os.system("rm *.sqlite")
74
os.system("rm cover.jpg")
75
os.system("rm stuff.jpg")
76
77
+print("Comparing outputs...")
78
+os.system("diff -r testout testtmp | grep -v '^Only in testtmp: '")
0 commit comments