mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Add a test task for all schema-dependent tests (#325)
Such tests are used in server-schema compatibility tests. Also added a test that verifies that all eligible tests are included.
This commit is contained in:
parent
2d7f80baaf
commit
af3223d086
22 changed files with 170 additions and 4 deletions
|
@ -90,6 +90,9 @@
|
|||
{
|
||||
"moduleLicense": "The BSD License"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The New BSD License"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The PostgreSQL License"
|
||||
},
|
||||
|
@ -198,6 +201,9 @@
|
|||
{
|
||||
"moduleLicense": "The MIT license"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The MIT License (MIT)"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The PostgreSQL License"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue