1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Various improvements to the test suite:

* Allow logging to be suppressed via logDisable() and logEnable().
* Added more flexibility in initializing and cleaning up after modules and tests.
* testResult() suppresses logging and reports exceptions.
* testException() allows messages to be matched with regular expressions.
* Refactor name/locations of common modules that setup test environments.
This commit is contained in:
David Steele
2017-01-27 09:42:30 -05:00
parent e876a222fc
commit 18db178ac3
24 changed files with 290 additions and 113 deletions
+1
View File
@@ -6,6 +6,7 @@ test/.vagrant
test/package
test/nytprof.out
test/nytprof/*
test/scratch.txt
test/coverage*
doc/output/*
doc/doc/output/*