We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ccd3d commit 5c9a82aCopy full SHA for 5c9a82a
Makefile
@@ -3,3 +3,6 @@ release:
3
4
clean:
5
rm -rf build dist json_logic_qubit.egg-info
6
+
7
+test:
8
+ python -m unittest tests.py
0 commit comments