mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
8 stars 24 forks source link

Added queries to test folder #61

Closed nikk15 closed 5 years ago

nikk15 commented 5 years ago

Added several more queries that are known to work to the query test folder. More to follow.

nikk15 commented 5 years ago

I have added more queries to the test folder. I wasn't able to finish this in my first commit yesterday as I kept striking HTTP 504 errors - this seems to have been resolved for most queries. Thought I should bring it to your attention though, in case its an Active Data server issue.

However I could not generate mock data for all queries as nothing was returned from Active Data. The below errors arose for the below queries when running in the command line:

jsone.shared.InterpreterError:

yaml.parser.ParserError:

adr.errors.MissingDataError: ActiveData didn't return any data.

Has this occurred for anyone else? I can investigate this further next week! Once resolved, I can mock up the remaining test data for these queries.

Cheers.