Skip to content

Latest commit

 

History

History
 
 

test

Neoformat Tests

Running tests

# inside test/

./install.sh

python3 -m virtualenv venv
pip install -r requirements.txt

pytest -v test.py