Closed Miksus closed 2 years ago
This pull request removes a significant amount of undocumented and untested code in order to achieve better test coverage and reliability.
Notable changes:
tasks.HTTPConnection
tasks.PipInstall
tasks.GitFetch
task.GitPull
conditions.IsGitBehind
Task
run_cond
end_cond
dependent
start_cond
YamlArg
items
field
Passes doctest and pytest on Windows
This pull request removes a significant amount of undocumented and untested code in order to achieve better test coverage and reliability.
Notable changes:
tasks.HTTPConnection
tasks.PipInstall
tasks.GitFetch
andtask.GitPull
conditions.IsGitBehind
Task
run_cond
(end_cond
should be used instead)dependent
(start_cond
should be used instead)YamlArg
: renameditems
tofield
and now this is tested