the-grid / apidocs

API documentation for The Grid
https://developer.thegrid.io
44 stars 9 forks source link

Load all schemas before testing them #67

Closed bergie closed 8 years ago

jonnor commented 8 years ago

@bergie what does this fix? Good to check against missing. But surely there was nothing missing, otherwise how did all the invalid tests pass???

bergie commented 8 years ago

@jonnor it was load order dependent. So when I added checks against missing, some tests started failing. Loading all schemas into tv4 before starting actual test run fixed that