https://github.com/beda-software/aidbox-python-fsm
Implementation of FSM for aidbox-python-sdk
https://github.com/beda-software/aidbox-python-fsm
Last synced: 1 day ago
JSON representation
Implementation of FSM for aidbox-python-sdk
- Host: GitHub
- URL: https://github.com/beda-software/aidbox-python-fsm
- Owner: beda-software
- License: mit
- Created: 2022-03-22T14:50:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T09:41:55.000Z (about 4 years ago)
- Last Synced: 2025-11-22T11:29:48.090Z (7 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSM implementation for aidbox-python-sdk
## FEATURES
TBD
## Tests
To run tests locally, copy `.env.tpl` to `.env` and specify `TESTS_AIDBOX_LICENSE_ID` and `TESTS_AIDBOX_LICENSE_KEY`.
Build images using `docker-compose -f docker-compose.tests.yaml build`.
After that, just start `./run_test.sh` or `./run_test.sh tests/test_base.py` (if you want to run the particular file/test).
The first run may take about a minute because it prepares the db and devbox.
If you have updated some requirements, you need to re-run `docker-compose -f docker-compose.tests.yaml build`