aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lib/Test/Irssi/Driver.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testing: mostly working TAP output, test.pl uses TAP::Harness to run tests. nowTom Feist2011-03-041-2/+3
| | | | we just need some tests.
* testing: cleaned up a lot of the testing logic. Subtests are now reported at ↵Tom Feist2011-03-041-3/+11
| | | | the end.
* added other testsTom Feist2011-02-281-2/+2
|
* refactor everything to make tests more test-like.Tom Feist2011-02-281-18/+22
|
* random checkin, thinks are a bit in flux and about to change greatly so I'mTom Feist2011-02-261-10/+38
| | | | checkpinting them
* lots of work moving things around so it mostly works. HoorayTom Feist2011-02-261-5/+12
|
* more work on testing system for irssi. Most of the screenscraping now works,Tom Feist2011-02-241-7/+25
| | | | trying to finalise an API for actual testing usage.
* mostly working except for callback handling. Removed original auto-testingTom Feist2011-02-211-25/+64
| | | | script. Started work on some more tests
* moving a whole bunch of code around into a modular sort of thing. Still a ↵Tom Feist2011-02-211-0/+153
big WIP