Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-29Remove C API for cr_xml_parse_main_metadata_togetherAleš Matěj
2022-03-29Remove python bindings for xml_parse_main_metadata_togetherAleš Matěj
2022-03-29Add unittests for decoding escaped & in xml dataAleš Matěj
2022-03-17Add a streaming parsing API that is user-controllable.Daniel Alley
2022-03-17Fix test name typosDaniel Alley
2022-03-07Fix a memory leak of primary pkg when parsing interruptedAleš Matěj
2022-03-07Remove `allow_out_of_order` option for `xml_parse_main_metadata_together`Aleš Matěj
2022-01-04Set database version only for the database records, not everythingAleš Matěj
2021-09-29Make use of SHA-1 and MD5 conditional, off by default (RhBug:1935486)Aleš Matěj
2021-09-29Don't use SHA-1 and MD5 in the testsAleš Matěj
2021-09-23Add python tests for parsing metadata togetherAleš Matěj
2021-09-23Add c tests for parsing metadata togetherAleš Matěj
2021-04-17Fix valgrind warnings caused by subprocess calls.Aleš Matěj
2021-03-30Run c tests directly without gtesterAleš Matěj
2021-03-30Improve resource management for python tests (cleans up tests output)Aleš Matěj
2021-03-30Remove empty arrays in tests, pass NULL instead (fixes a compiler warning)Aleš Matěj
2021-03-29Allow taking __repr__ (__str__) of closed xmlfile and sqlite (RhBug:1913465)Aleš Matěj
2021-02-15Replace python-nose with unittestPavla Kratochvilova
2021-02-04Setting updated/issued_date to None doesn't produce garbage values (RhBug:192...Aleš Matěj
2021-01-06Revert back to old API of cr_compress_file_with_stat and cr_compress_fileAleš Matěj
2020-07-26Add a test for parsing huge snippet (RhBug:1859689)Aleš Matěj
2020-05-21Add python unittest for invalid date in updateinfo record get_datetimeAleš Matěj
2020-05-04Fix spelling errors.Bas Couwenberg
2020-04-16Add unittest for updateCollectionModule going out of scope (RhBug:1821781)Aleš Matěj
2020-04-16Fix test helper function by adding terminating null to resultAleš Matěj
2020-03-10Add tests for parsing repodata from string snippets through PythonAleš Matěj
2020-03-10Add unit tests for cr_xml_parse_filelists_from_stringAleš Matěj
2020-02-14Extend unit test for epoch time format in issued updateinfo fieldAleš Matěj
2020-02-14Extend unit tests with relogin_suggested for updatecollectionpackageAleš Matěj
2020-01-09Switch updateinfo to explicitly include bool values (RhBug:1772466)Aleš Matěj
2019-12-06Extend unit tests with restart_suggested for updatecollectionpackageAleš Matěj
2019-12-03Extend unit tests with reboot_suggested for UpdateRecordAleš Matěj
2019-06-13Fix various warnings when -DCMAKE_BUILD_TYPE:STRING=DEBUGAleš Matěj
2019-06-13Add tests for checking if package contains forbidden control charsAleš Matěj
2019-05-24Add basic unit tests for rewriting pkg count in headersAleš Matěj
2019-05-16Fix crash when dumping updateinfo and module is ommited (RhBug:1707981)Aleš Matěj
2019-05-05Fix failing test without libmodulemd supportAleš Matěj
2019-05-02Make recompression unit tests more resilientAleš Matěj
2019-05-02Improve error and memory handling with libmodulemdAleš Matěj
2019-05-02Add unit tests for generalized --keep-all-metadataAleš Matěj
2019-04-29Add support for modular errata (RhBug:1656584)Aleš Matěj
2019-04-29Add unit tests for preventing of doubling of compression suffixAleš Matěj
2019-04-29Add unit tests for changing compression of filesAleš Matěj
2019-04-26Fix warnings when compiling tests (incompatible pointer types)Aleš Matěj
2019-04-26Add tests for koji and koji simpleAleš Matěj
2019-04-23Add support for reading module metadataStephen Gallagher
2019-03-12fix test on armhfp, which does not support printing 64-bit integers0.12.2Aleš Matěj
2019-03-08Add some tests for test_xml_dump_primary and test xml_dumpAleš Matěj
2019-02-26Find correct nosetests version even when which command is not available.Jan Pazdziora
2019-02-04Fix misc testJonathan Dieter