Script to practice with own made tests
- Python 3.10
- Pipenv
- Install dependencies
pipenv install --dev
- Add own made tests in
app/infraestructure/tests/
in csv format <question, answer> - Execute
pipenv run python main.py
- Execute
pipenv run pytest test/