update readme with scripts

This commit is contained in:
Daniel 2023-12-06 01:53:44 +01:00
parent 15a2b2777f
commit f17c220cb1
3 changed files with 9 additions and 2 deletions

7
test_abratest.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
PWD_PATH=$PWD
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=${PYTHONPATH}:$PWD_PATH:$RECIPES_PATH
pytest