-
Notifications
You must be signed in to change notification settings - Fork 93
/
META.json
64 lines (64 loc) · 1.65 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "pgTAP",
"abstract": "Unit testing for PostgreSQL",
"description": "pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions.",
"version": "1.3.4",
"maintainer": [
"David E. Wheeler <[email protected]>",
"pgTAP List <[email protected]>"
],
"license": {
"PostgreSQL": "https://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "9.1.0"
},
"recommends": {
"PostgreSQL": "9.4.0"
}
}
},
"provides": {
"pgtap": {
"abstract": "Unit testing for PostgreSQL",
"file": "sql/pgtap.sql",
"version": "1.3.4"
},
"pgtap-core": {
"abstract": "Unit testing for PostgreSQL",
"file": "sql/pgtap-core.sql",
"version": "1.3.4"
},
"pgtap-schema": {
"abstract": "Schema unit testing for PostgreSQL",
"file": "sql/pgtap-schema.sql",
"version": "1.3.4"
}
},
"resources": {
"homepage": "https://pgtap.org/",
"bugtracker": {
"web": "https://github.com/theory/pgtap/issues"
},
"repository": {
"url": "https://github.com/theory/pgtap.git",
"web": "https://github.com/theory/pgtap",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"testing",
"unit testing",
"tap",
"tddd",
"test driven database development"
]
}