Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-25 | Make sure unit tests can be run from outside the package | Olivier Gayot | |
The cards from usr/share are not accessible when running the tests from a temporary directory. This happens for instance when running $ pybuild --test --test-pytest Make sure that this command would succeed by mocking the calls to open. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-12-23 | Use lowercase module names | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2020-05-14 | Use unittest machanism to assert on exceptions | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2020-05-12 | Add unit tests for swifstory.cards | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> |