Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
Elevator Pitch
This uses the
vnu
REST API to stand up a single HTTP server, and thenrequests
to doPOST
requests.At present, with only two tests that use this fixture, it's hard to assess whether it's worth the complexity, but at scale, it almost certainly would be.
Also, of note, the members of
violations
that come back don't have theurl
attribute. Presumably, this could be added back in.Changes
JUPYTER_PLATFORM_DIRS
conda-forge
deps.github/test-environment.yml
package.json
andyarn.lock
to get a reproducible version ofaxe-core
NBA11Y_VNU_SERVER_URL
(default: ``)NBA11Y_JAVA_PATH
(default: ``, fallback:shutil.which('java')
)NBA11Y_VNU_JAR_PATH
(default: ``, fallback:shutil.which('vnu')
)NBA11Y_CHROMIUM_CHANNEL
(default:chrome-beta
)root
, so have only tested withchromium