mirror of
https://github.com/containers/skopeo.git
synced 2025-05-07 07:26:47 +00:00
The *check.C object can not be reused across tests, so storing it in openshiftCluster is incorrect (and leads to weird behavior like assertion failures being silently ignored). So far this hasn't really been an issue because we have been using the *check.C only in SetUpSuite and TearDownSuite, and the changes to this have turned out to be unnecessary after all, but this is still the right thing to do. This is more or less > s/c\./cluster\./g; s/cluster\.c/c/g (paying more attention to the syntax) and corresponding modifications to the method declarations. Does not change behavior, apart from using the correct *check.C in CopySuite.TearDownSuite. |
||
---|---|---|
.. | ||
fixtures | ||
check_test.go | ||
copy_test.go | ||
fixtures_info_test.go | ||
openshift_shell_test.go | ||
openshift.go | ||
registry.go | ||
signing_test.go | ||
utils.go |