aboutsummaryrefslogtreecommitdiff
path: root/tests/data/generic.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken RT testbroken-rt-testJoseph Hunkeler2025-02-131-0/+1
|
* 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
|
* 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