]> git.ipfire.org Git - people/ms/pakfire.git/history - tests/testsuite.h
xfer: Receive any error messages from cURL
[people/ms/pakfire.git] / tests / testsuite.h
2023-11-01  Michael Tremertests: Add option to request a HTTP client
2023-11-01  Michael Tremertests: Allow to configure whether Pakfire is needed
2023-11-01  Michael Tremertests: Introduce flags
2023-10-17  Michael Tremertests: Make the context accessible
2022-10-26  Michael Tremertests: Add a test that checks if two values are equal
2022-08-09  Michael Tremertests: Add check to compare string arrays
2022-08-09  Michael Tremertests: Allow running a single test
2021-12-09  Michael Tremertestsuite: Fix prototype declarations
2021-11-20  Michael Tremerarchive: Add test for pakfire_archive_read
2021-11-09  Michael Tremertestsuite: Fix passing more arguments than possible...
2021-10-05  Michael Tremertestsuite: Safety check if value is suddenly NULL
2021-10-05  Michael Tremertestsuite: Optionally return path to temporary file
2021-10-05  Michael Tremertestsuite: Add simple true/false assertions
2021-10-05  Michael Tremertestsuite: Fix broken assertion check
2021-09-21  Michael Tremerrepo: Add test to compose a repository
2021-09-21  Michael Tremertestsuite: Make tests cleanup after themselves
2021-09-21  Michael TremerMake testsuite compile again
2021-06-10  Michael Tremertestsuite: Remove testsuite_t type definition
2021-06-10  Michael TremerMerge branch 'python3'
2021-05-20  Michael Tremertestsuite: Drop useless errno test
2021-05-01  Michael Tremertestsuite: Show when errno is unintentionally set
2021-05-01  Michael Tremertest: arch: Fix build
2021-05-01  Michael Tremerutil: Refactor pakfire_split_string
2021-04-15  Michael Tremerdownloader: Add test using mirrors
2021-04-10  Michael TremerMake pakfire_path_join write to stack
2021-03-31  Michael Tremerlibpakfire: Add a simple progress bar
2021-03-31  Michael Tremerexecute: Create a random cgroup for each process
2021-03-27  Michael Tremerlibpakfire: Create a simple cgroup library
2021-03-06  Michael Tremerpackager: Add function that starts putting the whole...
2021-03-02  Michael Tremertests: Check and warn if an expected string is NULL
2021-02-25  Michael Tremertests: Show received string as well as expected string
2021-01-13  Michael Tremerlibpakfire: Pass Pakfire to pakfire_create as argument
2021-01-13  Michael Tremertests: Give better names to assertions
2021-01-13  Michael Tremertests: Remove all typedefs and use structs instead
2021-01-13  Michael Tremertests: Allocate testsuite statically
2021-01-13  Michael Tremertests: Add macro for shorter listing of tests
2021-01-10  Michael Tremerlibpakfire: arch: Add tests
2021-01-10  Michael Tremerlibpakfire: Drop unused pakfire_init()
2019-06-01  Michael Tremerlibpakfire: parser: Add module tests for the parser
2017-11-30  Michael Tremertestsuite: Log to stderr
2017-11-30  Michael Tremertestsuite: Cleanup properly after we have run the testsuite
2017-11-30  Michael Tremertestsuite: Add simple test that opens an archive
2017-11-30  Michael Tremertestsuite: Allocate a Pakfire context for each test...
2017-11-30  Michael Tremertestsuite: Initialize pakfire in test directory
2017-11-30  Michael Tremertestsuite: Add import barrier for headers
2017-11-29  Michael Tremertestsuite: Show error code when test exited with failure
2017-11-29  Michael Tremertestsuite: Fix typo in logging function
2017-11-28  Michael Tremertestsuite: Log to stderr
2017-11-28  Michael Tremertestsuite: Fix passing function pointers
2017-11-28  Michael Tremerlibpakfire: Build a framework for testsuites