Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create test framework in t/ and t/TestKit.pm for testing expressions #13

Open
4 tasks
cxw42 opened this issue Sep 26, 2019 · 0 comments
Open
4 tasks

Create test framework in t/ and t/TestKit.pm for testing expressions #13

cxw42 opened this issue Sep 26, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cxw42
Copy link
Owner

cxw42 commented Sep 26, 2019

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?
@cxw42 cxw42 added enhancement New feature or request help wanted Extra attention is needed labels Sep 26, 2019
cxw42 pushed a commit that referenced this issue Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant