File Coverage

File:t/03-model.t
Coverage:100.0%

linestmtbrancondsubpodtimecode
1# vi:filetype=
2
3
1
1
1
23
5
17
use t::OpenAPI 'no_plan';
4
5 - 18
=pod

This test file tests URLs in the forms /=/model and /=/model/xxx

XXX [TODO]

* Invalid column type in the model schema
* Invalid column label in the model schema
* Unrecoginzed keys in model's { ... }
* Unrecoginzied keys in model column's { ... }
* Too many columns
* Chinese characters in model names which also mach /\w/

=cut
19
20#plan tests => 2 * blocks();
21
22
1
11
run_tests;
23