debian-koji/tests
Ken Dreyer 64a856f62b kojikamid: write buildrequires files as bytes
Fix a TypeError when downloading buildrequires files on Python 3.
base64.b64decode() returns bytes, so we must open the file for writing
in bytes mode, not text mode.

Add a unit test that verifies this behavior.
2022-11-09 16:50:17 -05:00
..
test_builder fix tests according to pytests warnings 2022-10-24 10:40:50 +02:00
test_cli fix tests 2022-11-07 14:37:44 +01:00
test_hub readability fixes 2022-11-04 12:37:00 +01:00
test_kojira importlib instead of imp 2021-06-02 11:19:33 +02:00
test_lib Rewrite Query DB to Processors in auth.py 2022-11-08 12:11:34 +01:00
test_plugins Fix input validation 2022-05-09 14:05:52 +02:00
test_vm kojikamid: write buildrequires files as bytes 2022-11-09 16:50:17 -05:00
test_www www: more generic taskinfo parameter handling 2022-09-22 12:10:03 +02:00
__init__.py Coverage tracking for the test suite. 2016-03-15 11:29:41 -04:00
test_docs_version.py importlib instead of imp 2021-06-02 11:19:33 +02:00
test_scm.py fix tests 2022-11-08 12:25:10 +01:00