You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
fre make create-checkout needs an associated test.
Describe the solution you'd like
Tests could include
existence of model yaml, platform yaml, and compile yaml
successful creation of checkout script (container - checkout script would be in tmp location, non-container - checkout script would be in modelRoot location)
successful running of checkout script
test for -npc option if a container platform is used - failure if it is not used with container platform
Create a compile yaml that points to a non-existent repository (checkout fail)
other failures.....
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
fre make create-checkout needs an associated test.
Describe the solution you'd like
Tests could include
tmp
location, non-container - checkout script would be inmodelRoot
location)-npc
option if a container platform is used - failure if it is not used with container platformThe text was updated successfully, but these errors were encountered: