Development

Install poetry (https://python-poetry.org/)

Clone the repository:

git clone https://github.com/phytest-devs/phytest.git && cd phytest
poetry install
poetry shell

Test the code with pytest:

pytest