-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f229e7c
commit 971bc31
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pgtap
updated
27 files
+1 −0 | .github/workflows/test.yml | |
+17 −0 | Changes | |
+1 −1 | Makefile | |
+15 −2 | doc/pgtap.mmd | |
+157 −0 | sql/pgtap--1.2.0--1.2.1.sql | |
+17 −5 | sql/pgtap.sql.in | |
+53 −51 | test/expected/fktap.out | |
+52 −46 | test/expected/pktap.out | |
+8 −8 | test/expected/runjusttests.out | |
+8 −8 | test/expected/runjusttests_1.out | |
+8 −8 | test/expected/runjusttests_2.out | |
+8 −8 | test/expected/runjusttests_3.out | |
+8 −8 | test/expected/runjusttests_4.out | |
+8 −8 | test/expected/runjusttests_5.out | |
+8 −8 | test/expected/runjusttests_6.out | |
+1 −1 | test/expected/runnotests.out | |
+59 −34 | test/expected/runtests.out | |
+59 −36 | test/expected/runtests_1.out | |
+69 −36 | test/expected/runtests_2.out | |
+70 −34 | test/expected/runtests_3.out | |
+52 −36 | test/expected/runtests_4.out | |
+0 −66 | test/expected/runtests_5.out | |
+0 −158 | test/expected/runtests_6.out | |
+1 −0 | test/setup.sql | |
+30 −1 | test/sql/fktap.sql | |
+17 −1 | test/sql/pktap.sql | |
+16 −0 | test/sql/runtests.sql |