Add a pure integration test to configure_for
/test_update_recipe.py
#239
Labels
enhancement
New feature or request
quality assurance
Anything related to Quality Assurance (QA)
technical debt
Technical debt in CMEW
testing
Anything related to testing
During #18 / #227 an "integration test" was added to
configure_for
/test_update_recipe.py
astest_main
.A pure integration test should be added. This should test the two functions
create_recipe
andwrite_recipe
working together.test_main
should then be rebadged as a functional test.See this comment on #227 from @ehogan:
The text was updated successfully, but these errors were encountered: