Skip to content
New issue

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

Test suite download location? #17

Open
awwright opened this issue Apr 16, 2018 · 2 comments
Open

Test suite download location? #17

awwright opened this issue Apr 16, 2018 · 2 comments

Comments

@awwright
Copy link
Contributor

How do I download the test suite?

I'm writing an RDFa parser that scans the local filesystem, and setting up an HTTP server seems excessive.

It looks like I can just clone the website, but that's not very clear from the website. And cloning the whole website seems excessive.

@gkellogg
Copy link
Member

You should be able to simply access it through RDFa.github.io, ideally caching the results. Cloning a local copy can make tests run faster, however.

The live version of this site did not operate as expected, due to issues with the RDF.js SPARQL ASK implementation, which may have since changed.

@awwright
Copy link
Contributor Author

awwright commented May 5, 2018

I'm not sure it makes much sense to only make the test suite available through a Web browser.
This means, first, you have to have a Web browser, and you have to write a program to respond to HTTP requests.
This makes it difficult to run automated tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants