We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039667b commit 263230dCopy full SHA for 263230d
nix/tests/expected/pgtap.out
@@ -0,0 +1,21 @@
1
+begin;
2
+select plan(1);
3
+ plan
4
+------
5
+ 1..1
6
+(1 row)
7
+
8
+-- Run the tests.
9
+select pass( 'My test passed, w00t!' );
10
+ pass
11
+------------------------------
12
+ ok 1 - My test passed, w00t!
13
14
15
+-- Finish the tests and clean up.
16
+select * from finish();
17
+ finish
18
+--------
19
+(0 rows)
20
21
+rollback;
nix/tests/sql/pgtap.sql
@@ -0,0 +1,11 @@
0 commit comments