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
We need to be able to test operations on Git repos. Minilla might be good as a source of ideas (but not code), since it has the same need.
Make a hierarchy under t/data that has various directories, subdirectories, ...
? Add a submodule for purposes of author testing?
Add functions to t/TestKit.pm to make it easier to run tests against the repo when checked out, and to skip those tests if we're running make test in an extracted tarball (as opposed to a clone).
Add functional tests! E.g., does -print actually print the filenames we expect?
The text was updated successfully, but these errors were encountered:
We need to be able to test operations on Git repos. Minilla might be good as a source of ideas (but not code), since it has the same need.
make test
in an extracted tarball (as opposed to a clone).-print
actually print the filenames we expect?The text was updated successfully, but these errors were encountered: