Revize 7c67b1e0
Přidáno uživatelem Stanislav Král před asi 4 roky(ů)
README.md | ||
---|---|---|
6 | 6 |
## Testing |
7 | 7 |
- `pytest` framework is used for testing |
8 | 8 |
- tests are stored in the `tests` folder |
9 |
- can be run in PyCharm (see [tutorial](https://www.jetbrains.com/help/pycharm/pytest.html)) or by calling `pytest` in the project's root directory |
|
9 |
- can be run in PyCharm IDE (see [tutorial](https://www.jetbrains.com/help/pycharm/pytest.html)) or by calling `pytest` in the project's root directory
|
|
10 | 10 |
|
11 | 11 |
## Deployment via Docker |
12 | 12 |
- run `docker-compose up` in the project's root directory |
Také k dispozici: Unified diff
#8219 - Updated README.md