We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're getting a large number of test fixtures now and and this ticket will re-organise them into sub-directories:
tests/fixtures/<FORMAT>/<SCHEMA_VERSION>/<FIXTURE_NAME>.<EXTENSION>
Where:
<FORMAT>
json
xml
<SCHEMA_VERSION>
1.4
<FIXTURE_NAME>
<EXTENSION>
The text was updated successfully, but these errors were encountered:
madpah
Successfully merging a pull request may close this issue.
We're getting a large number of test fixtures now and and this ticket will re-organise them into sub-directories:
tests/fixtures/<FORMAT>/<SCHEMA_VERSION>/<FIXTURE_NAME>.<EXTENSION>
Where:
<FORMAT>
isjson
orxml
<SCHEMA_VERSION>
is decimalised schema version - e.g.1.4
<FIXTURE_NAME>
remains a suitable descriptive name<EXTENSION>
remains eitherjson
orxml
The text was updated successfully, but these errors were encountered: