aboutsummaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken RT testbroken-rt-testJoseph Hunkeler2025-02-131-0/+1
|
* Fix regression test. Upstream gwcs broke tweakwcsJoseph Hunkeler2025-02-122-0/+2
|
* Use shortened YAML configJoseph Hunkeler2024-11-131-1/+1
|
* Shorten workspace names and pathsJoseph Hunkeler2024-11-132-1/+1
|
* Change mock delivery name to be more uniqueJoseph Hunkeler2024-11-011-1/+1
|
* generic_based_on.ini using TEST_DATA variable from the environment to find ↵Joseph Hunkeler2024-10-301-1/+1
| | | | yaml config
* Add rt_generic_based_on.shJoseph Hunkeler2024-10-282-0/+74
| | | | * Tests the "based_on" key
* Uncomment registry name in test configJoseph Hunkeler2024-10-041-1/+1
|
* Workaround for a bug in firewatchJoseph Hunkeler2024-09-181-1/+1
|
* Correct package nameJoseph Hunkeler2024-09-181-1/+1
|
* Update integration test to utilize the multiprocessing poolJoseph Hunkeler2024-09-181-1/+15
|
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-122-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add test_artifactory.c to suite * Add test_ini_getval_wrapper to ini.c * basic ini_getval_TYPE() conversion checks * bugfix: use strtof in INIVAL_TYPE_FLOAT case * Include stdio.h to pull in FILE structure * bugfix: free data at index during strlist_set operation * Previous behavior of setting the pointer to NULL introduced a subtle memory leak * Set strlist error when index it out of range * Import private delivery functions required for mock context creation * Remove static declaration * populate_delivery_cfg() * Add test_junitxml.c * Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory
* Fixes readout of packages in delivery (#16)Joseph Hunkeler2024-07-311-2/+1
| | | | | | | | | | * Fixes readout of packages in delivery * Now that the overview is displayed after deferred packages are filtered out of the main list, filtered packages were no longer displayed * This combines the main list and deferred list for both conda, and pip packages. * Read the main and deferred lists no matter what * Use new style package definition in test config
* Regression tests, envctl, and bug fixes (#13)Joseph Hunkeler2024-07-201-0/+51
* Found too many bugs * Implements a regression test * Moves and completely refactors the envctl code * Allows the user to keep @STR@ values in output files (if you want full control over where external packages comes from post-build) * Fixes wording in a few places * envctl redaction is not implemented yet. The original redaction code hasn't been modified. * Use generic.ini instead of bare_minimum.ini