Add patch duplication test

Fixes #958
This commit is contained in:
Eloston
2020-03-07 20:08:21 +00:00
parent 106ec89329
commit 4679001429
9 changed files with 94 additions and 3 deletions

7
devutils/run_devutils_tests.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -eux
_root_dir=$(dirname $(dirname $(readlink -f $0)))
cd ${_root_dir}/devutils
python3 -m pytest -c ${_root_dir}/devutils/pytest.ini