Commit graph

13 commits

Author SHA1 Message Date
8dbf237626 Group PostgreSQL tests as slow 2018-12-10 12:39:09 -05:00
f6966659a9 Use smarter coverage executer; properly suppress stderr during CLI tests 2018-12-07 20:25:48 -05:00
cf896121b2 Style fixes 2018-12-05 17:28:11 -05:00
f2245861e3 Restore complete Database coverage
Also suppress PostgreSQL database function tests from normal coverage,
and add a "coverage:full" task to run them if needed.
2018-12-05 17:07:47 -05:00
ba8e208d79 Partial CLI tests 2018-11-06 12:32:28 -05:00
c7d4d8c262 Cleanup 2018-08-15 09:59:07 -04:00
095fe10aec Reorganize PDO tests into namespaces 2017-12-22 11:41:54 -05:00
4bada691e9 PDO tests and fixes; improves #72 2017-12-19 19:08:08 -05:00
793af17c22 Pad out help for Robo tasks 2017-12-17 11:37:07 -05:00
73c8583744 Remove reliance on xdebug; fixes #113
Code coverage information is now gathered via phpdbg (a separate executable) by if available rather than xdebug, as the latter is hard to turn on and off.

A "test:quick" task has also been added to Robo, which excludes 31 tests which together account for almost two thirds of the test run time. This should pave the way for testing to be added as a commit hook for Git.
2017-12-17 10:27:34 -05:00
ceef0bd1d4 Fix coverage task 2017-12-16 10:49:26 -05:00
5cdcd2a7d3 Exclude robo helper scripts from releases 2017-12-08 15:22:37 -05:00
4bc3398157 Use Robo for programming task execution
The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs.

In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting.

Fixes #116; improves #113
2017-12-08 14:37:49 -05:00