elixir/t
Chris White 04e9f85474 Add t/interact.pl for interactive testing
Run `./t/interact.pl` and it will build a database from `t/tree` and
leave you in a shell so you can experiment.  When you exit the shell,
the temporary repo and database will be cleaned up.

Also:
- TestEnvironment: add report() function to produce a human-readable
  summary of the environment
- TestHelpers: turn on `strict` and `warnings` so the caller doesn't
  have to manually `use strict` and `use warnings`.
2020-03-21 09:44:49 -04:00
..
tree Added files copied from Linux v5.4 2020-02-21 15:31:57 -05:00
.gitignore Add automated test of basic functions 2020-02-21 15:36:51 -05:00
100-basic.t Refactor common test code into class 2020-03-09 16:29:57 -04:00
interact.pl Add t/interact.pl for interactive testing 2020-03-21 09:44:49 -04:00
TestClass.pm Refactor common test code into class 2020-03-09 16:29:57 -04:00
TestEnvironment.pm Add t/interact.pl for interactive testing 2020-03-21 09:44:49 -04:00
TestHelpers.pm Add t/interact.pl for interactive testing 2020-03-21 09:44:49 -04:00