| Age | Commit message (Collapse) | Author |
|
Remove all the conditions and code copied from Vcsh and only do the bare
minimum necessary to run tests. This will bork in more unexpected ways
if `git` or `prove` aren't present, but it allows us to get rid of the
only GPL-licensed code in the codebase, freeing me up to license the
project in any way I want.
|
|
Otherwise they'll fail since `flake8` won't be available.
|
|
* Add Makefile with test target/goal copied from Richard Hartmann's
vcsh. Now that I think about it, I really need to change that because
vcsh is GPL. Will do that soon.
* Add setup and teardown test files that create a remove a directory.
This directory will be a basic git repo where we'll install our git
hook and then test output from different commits in the repo.
|