diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index be7218a..0000000 --- a/requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -pytest -pytest-html -pytest-playwright -python-dotenv -icecream -loguru -beautifulsoup4 -imbox -hatchling \ No newline at end of file diff --git a/run_abratest.sh b/run_abratest.sh deleted file mode 100644 index ddffb80..0000000 --- a/run_abratest.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -RECIPES_PATH=$PWD/recipes -export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH - -python main.py \ No newline at end of file diff --git a/test_abratest.sh b/test_abratest.sh deleted file mode 100644 index d7abaaa..0000000 --- a/test_abratest.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -PWD_PATH=$PWD -RECIPES_PATH=$PWD/recipes -export PYTHONPATH=$PWD_PATH:$RECIPES_PATH - -pytest \ No newline at end of file