Lars Kiesow
3371c2882f
Use Unittest Asserts
...
This patch switches to the assert statements provided by Python's unit
test framework to assure the statements are always executed and produce
proper error messages in case of test failures.
2020-01-29 00:10:33 +01:00
Lars Kiesow
dd15d63fbc
Fix Travis Builds
...
This patch fixes the Travis builds which were broken due to new Flake8
versions which complained about previously accepted code.
2018-03-04 20:10:01 +01:00
Lars Kiesow
9026316391
Use isort to sort import
...
…so that they all have the same structure.
2018-03-04 20:05:29 +01:00
Stefan Bisplinghoff
f0c066af0f
Unit Tests: Temporary file handles need to be closed explicitly under Windows
2017-03-16 16:33:50 +01:00
Lars Kiesow
c633fd4d64
Add tests for feedgen:main
...
This patch adds some tests for the main routine of feedgen.
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-03-13 21:02:02 +01:00