moved testing to a better place

This commit is contained in:
Edwin Eefting
2020-05-12 17:47:31 +02:00
parent 6f6a2ceee2
commit c864e5ffad
4 changed files with 6 additions and 2 deletions

3
run_tests Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
coverage run --source bin.zfs_autobackup -m unittest ; coverage report