fix-docker #10
3 changed files with 0 additions and 22 deletions
|
|
@ -1,9 +0,0 @@
|
|||
pytest
|
||||
pytest-html
|
||||
pytest-playwright
|
||||
python-dotenv
|
||||
icecream
|
||||
loguru
|
||||
beautifulsoup4
|
||||
imbox
|
||||
hatchling
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
RECIPES_PATH=$PWD/recipes
|
||||
export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH
|
||||
|
||||
python main.py
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
PWD_PATH=$PWD
|
||||
RECIPES_PATH=$PWD/recipes
|
||||
export PYTHONPATH=$PWD_PATH:$RECIPES_PATH
|
||||
|
||||
pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue