Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
f8581e41 2021-04-14 15:17 Stanislav Král

Fixed failing tests after performing a merge.

79fcd90e 2021-04-14 14:51 Stanislav Král

Merge branch '8578_Implement_database_changes'

  1. Conflicts:
  2. src/dao/certificate_repository.py
  3. src/dao/private_key_repository.py
  4. tests/integration_tests/dao/certificate_repository/conftest.py
6654bf8b 2021-04-14 10:55 David Friesecký

Re #8578 - Edited conftest
- tests from private_key_repository_test use unique database

ab2478ed 2021-04-14 10:18 David Friesecký

Re #8578 - Repaired test after review
- edited conftest - inicialization database before each test

6e32cf7d 2021-04-13 21:39 David Friesecký

Re #8578 - Extended tests after review
- added second tree of certificates to better cover

d65b022d 2021-04-13 21:34 David Friesecký

Re #8578 - Cover private_key_repository tests
- created tests for functions create, read, read_all, update, delete
- (+) edited certificate_repository to the same stylistics

163f57d0 2021-04-12 23:01 David Friesecký

Re #8578 - Remaked tests files
- created tests for new functions
- set_certificate_revoked, clear_certificate_revocation, get_all_revoked_by, get_all_issued_by

2bb3759c 2021-04-11 14:15 Stanislav Král

Re #8579 - Changed conftest.py of service and DAO tests in such way that test_configuration is now used

3195e946 2021-04-09 18:46 Jan Pašek

Re #8569 Fixed broken tests after injection implementation

8ceb3f79 2021-04-07 09:48 Jan Pašek

Re #8476 - Changed structure of tests
- Renamed DAO integration tests so that they are found by pytest
- Moved RestAPI tests from UnitTests to IntegrationTests

e39e138f 2021-04-04 13:31 Stanislav Král

Re #8472 - Improved SQL connection/cursor fixtures in such way that connection to DB happens only once per test module