I make this GitHub pull request mostly in hope that it will notify people who "watch" or "star" a repository.
I have added several new features to Urchin. If you use Urchin in an automated
testing system, it would be a good idea to check that the new version
works, though I don't think I have broken any existing features.
The changes are available here
git@github.com:tlevine/urchin.git
in the branch "tlevine-2016-02". Below I have copied the relevant
section of the "HISTORY" file.
Produce TAP output with the -t flag.
Add a + sign in front of directories in the normal output so that they
line up with non-directories.
Display skipped tests in the normal output and in the TAP output.
Correct some things in the documentation.
Rearrange things in the documentation to be more clear.
Pass the -e flag to exit urchin if any single test fails.
Remove the undocumented, experimental -x flag now that shall exists.
Display version number with the -v flag.
Document why Urchin is called "Urchin"
These changes are made somewhat separately in the branches "exit-on-fail",
"remove-urchin-x", "tap", and "update-readme". They are rebased into one
branch, "tlevine-2016-02", for merging into "master".
Tom
I make this GitHub pull request mostly in hope that it will notify people who "watch" or "star" a repository.
I have added several new features to Urchin. If you use Urchin in an automated
testing system, it would be a good idea to check that the new version
works, though I don't think I have broken any existing features.
The changes are available here
```
git@github.com:tlevine/urchin.git
```
in the branch "tlevine-2016-02". Below I have copied the relevant
section of the "HISTORY" file.
- Produce TAP output with the -t flag.
- Add a + sign in front of directories in the normal output so that they
line up with non-directories.
- Display skipped tests in the normal output and in the TAP output.
- Correct some things in the documentation.
- Rearrange things in the documentation to be more clear.
- Pass the -e flag to exit urchin if any single test fails.
- Remove the undocumented, experimental -x flag now that shall exists.
- Display version number with the -v flag.
- Document why Urchin is called "Urchin"
These changes are made somewhat separately in the branches "exit-on-fail",
"remove-urchin-x", "tap", and "update-readme". They are rebased into one
branch, "tlevine-2016-02", for merging into "master".
Tom
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I make this GitHub pull request mostly in hope that it will notify people who "watch" or "star" a repository.
I have added several new features to Urchin. If you use Urchin in an automated
testing system, it would be a good idea to check that the new version
works, though I don't think I have broken any existing features.
The changes are available here
in the branch "tlevine-2016-02". Below I have copied the relevant
section of the "HISTORY" file.
line up with non-directories.
These changes are made somewhat separately in the branches "exit-on-fail",
"remove-urchin-x", "tap", and "update-readme". They are rebased into one
branch, "tlevine-2016-02", for merging into "master".
Tom
I've reviewed the documentation and the changes, but not run it. That aside, It Looks Good To Me.