Revize f6947544
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 root directory |
|
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 |
|
10 |
|
|
11 |
## Deployment via Docker |
|
12 |
- run `docker-compose up` in the project's root directory |
|
10 | 13 |
|
Také k dispozici: Unified diff
#8219 - Updated README.md so it contains Docker deployment description