diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 16:14:26 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 16:15:37 +0100 |
commit | 0582101ca0e07f5f9b62e2cc0be405f8e4bc2d7c (patch) | |
tree | 04263aee52fb03afd77531ddf200d0278d228f93 /run_tests | |
parent | ffd744478256fddd7250101591931b234c3eb483 (diff) |
Skeleton of a project
Diffstat (limited to 'run_tests')
-rwxr-xr-x | run_tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests b/run_tests new file mode 100755 index 0000000..b4f44f1 --- /dev/null +++ b/run_tests @@ -0,0 +1,4 @@ +#!/bin/sh + +nosetests3 +#nose2-3 --log-level=ERROR -B --log-capture |