AndrewIngram / xstate-python

XState for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XState for Python

XState for Python - work in progress!

Testing

  1. Run python3.7 -m venv .venv to create a virtual environment
  2. Run source .venv/bin/activate to go into that virtual environment
  3. Run pip install -r requirements_dev.txt to install all of the dependencies in requirements.txt (which includes pytest)
  4. Run pytest to run the tests! 👩‍🔬

Related Projects

About

XState for Python

License:MIT License


Languages

Language:Python 100.0%