https://github.com/hokkung/python-behavior-driven-test
https://github.com/hokkung/python-behavior-driven-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokkung/python-behavior-driven-test
- Owner: hokkung
- Created: 2024-11-08T15:21:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:36:03.000Z (7 months ago)
- Last Synced: 2025-01-18T01:43:59.354Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
@ sample-python-bdd
### Prerequisites
1. install virtualenv
2. create env `virtualenv `
3. activate `source /bin/activate`
4. deactivate `deactivate`### Running
1. run cmd `behave`