Skip to content

Commit

Permalink
Merge pull request #185 from johnpaulalex/test_doc6
Browse files Browse the repository at this point in the history
test_sys_checkout: Inline most config generation functions.


(because most of them only had one caller).

Besides the one-offs, many tests were reusing the _write_tag_branch_hash() config – except test_container_exclude_component (which now uses it) and test_container_component (which now makes its own custom config inline).

At this point the tests are starting to be self-explanatory and self-contained: create a config with particular sections, check out that config, then make sure the resulting status (and file existence) are as expected.

User interface changes?: No

Fixes: N/A

Testing:
test removed: None
unit tests: None
system tests: 'make stest' passes
manual testing: None
  • Loading branch information
jedwards4b committed Jan 27, 2023
2 parents a3d59f5 + 5329c8b commit f0ed44a
Showing 1 changed file with 145 additions and 173 deletions.
Loading

0 comments on commit f0ed44a

Please sign in to comment.