We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d72d1 commit 1ef3fcbCopy full SHA for 1ef3fcb
2 files changed
test
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+find . -iname '*.pyc' -delete
4
5
+python -m unittest discover tests
tests/__init__.py
0 commit comments