Skip to content

dhowe/rita-py

Repository files navigation

rita-py

Python port of RiTa (in-progress)

Installation

Clone the repo and set up a virtual environment:

git clone https://github.com/dhowe/rita-py.git
cd rita-py
python3 -m venv .venv
source .venv/bin/activate
pip install pytest

Run the tests

Activate your virtual environment (source .venv/bin/activate), then:

Run tests:

pytest

Run one test file:

pytest test_riscript.py
pytest test_grammar.py

Run a specific test class or method:

pytest test_riscript.py::TestGates
pytest test_riscript.py::TestGates::test_else_gates

About

Python port of RiTa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages