We have tests that are too big and general. This means that when they fail it is not directly clear what is broken. We should break those tests into smaller, more focused ones. Exemple: https://github.com/Orange-OpenSource/remote-key-server/blob/3b16a4b4786b44a731b9e4e44c3664f2dcd27c08/tests/test/test_rks_administration_api.py#L79
We have tests that are too big and general.
This means that when they fail it is not directly clear what is broken.
We should break those tests into smaller, more focused ones.
Exemple:
remote-key-server/tests/test/test_rks_administration_api.py
Line 79 in 3b16a4b