Projekt

Obecné

Profil

Stáhnout (481 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 02c4d11b Jan Pašek
# Application for X.509 cerificate management 
2
3
**Status:** [![pipeline status](https://gitlab.kiv.zcu.cz/aswi/aswi-2021/aswi2021jmsd/badges/master/pipeline.svg)](https://gitlab.kiv.zcu.cz/aswi/aswi-2021/aswi2021jmsd/-/commits/master)
4 e21bbef3 Petr Pícha
5 361901f7 Stanislav Král
## Testing
6
- `pytest` framework is used for testing
7
- tests are stored in the `tests` folder
8
 - can be run in PyCharm (see [
9
   tutorial](https://www.jetbrains.com/help/pycharm/pytest.html)) or by calling `pytest` in the project root directory