Commit f1e53e5
authored
Task: add tests (#64)
* initialise test runs
* add node_modules to gitignore
* add sample test for more than one sample
* test that sample body is a valid json string
* combine queries into one loop
* add check for id exists
* add github actions
* rename job title
* add shema to validate json schema
* add checkout to step
* remove extra properties from schema
* remove tests covered by schema check
* id value should be uuid
* doclink should be a uri
* id should be unique
* fix length check for sample id
* add enum to method validator
* method validation should fail
* add additional properties to check enum
* add methods to method-enum1 parent 36a8cea commit f1e53e5
7 files changed
Lines changed: 5230 additions & 0 deletions
File tree
- .github/workflows
- scripts
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments