Discussion:
Issue 209 in html5lib: about the HTML5 parser test suite
h***@public.gmane.org
2012-07-18 13:44:43 UTC
Permalink
Status: New
Owner: ----

New issue 209 by wlvolc...-***@public.gmane.org: about the HTML5 parser test suite
http://code.google.com/p/html5lib/issues/detail?id=209

Is there any useful test suite for the HTML5 parser?
--
You received this message because you are subscribed to the Google Groups "html5lib-discuss" group.
To post to this group, send an email to html5lib-discuss-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to html5lib-discuss+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB.
h***@public.gmane.org
2013-04-02 09:20:09 UTC
Permalink
Comment #1 on issue 209 by alexei.k...-***@public.gmane.org: about the HTML5 parser
test suite
http://code.google.com/p/html5lib/issues/detail?id=209

http://code.google.com/p/html5lib/wiki/UserDocumentation reads:

The development version of html5lib comes with an extensive testsuite. All
the tests can be run by invoking runtests.py in the tests/ directory or by
running
$ python setup.py nosetests

However, tests/ directory does not contain runtests.py, and the
command "python setup.py nosetests" gives

error: invalid command 'nosetests'

Then, there is testdata directorey in the workspace root, with tests like
encoding/test-yahoo-jp.dat, but nothing is said in the documentation how to
use those *.dat tests.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "html5lib-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to html5lib-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send an email to html5lib-discuss-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
h***@public.gmane.org
2013-04-09 21:03:12 UTC
Permalink
Updates:
Status: Invalid

Comment #2 on issue 209 by geoffers: about the HTML5 parser test suite
http://code.google.com/p/html5lib/issues/detail?id=209

Running `nosetests` in the root works, provided you have nose installed.
There is documentation of the test format at
<http://wiki.whatwg.org/wiki/Parser_tests>. The tests are now at
<https://github.com/html5lib/html5lib-tests>.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "html5lib-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to html5lib-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send an email to html5lib-discuss-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...