Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 348 Bytes

File metadata and controls

17 lines (13 loc) · 348 Bytes

OpenPAYGO-Token Test

To run the test, first, create and activate a virtual environment. Then install the module and run the test:

cd tests
python -m venv env
source env/bin/activate
python -m pip install -e ..
python simple_scenario_test.py

You can do it for full test procedure as well:

python full_test_procedure.py