Projekt

Obecné

Profil

Stáhnout (116 Bajtů) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
da0fc952 2021-05-08 06:37 Stanislav Král

Added a global error handler for CryptographyException errors.
Added a dependency ony pytest-mock library in order to be able to mock method calls in tests.
Covered the added global CryptographyException error handler in a test.

81c99bb5 2021-04-28 10:19 Jan Pašek

Update requirements.txt

81c4c7f9 2021-04-20 16:02 Jan Pašek

Re #8576 - Added coverage into the pipeline

0cf35f70 2021-04-11 14:06 Stanislav Král

Re #8579 - Added FlaskInjector dependency and used it the REST API controller

dc7e5413 2021-04-09 18:42 Jan Pašek

Re #8569 Added injector to requirements.txt

5b57121e 2021-04-06 22:19 Michal Seják

Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.

ed64d8a4 2021-04-06 20:18 Michal Seják

Re #8476 - Upgraded connexion -> updated requirements.txt

25e62ed8 2021-04-06 14:41 Michal Seják

Re #8476 - Added necessary requirements.

7065d97a 2021-03-04 22:40 Stanislav Král

#8219 - Added pytest dependency used for testing

- added a simple testcase that checks whether index page is being served correctly