walidazizi / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

Mark individual RDFa tests as known_issues #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment we're skipping over all the RDFa tests since we know there are 9 
that are failing. We 
really want only to mark those 9 as known_issues instead.

Original issue reported on code.google.com by eik...@gmail.com on 4 Feb 2010 at 2:40

GoogleCodeExporter commented 8 years ago
Suggested fix in r1794.

I tried adding "do_test.known_issue = True" in the "all_tests" generator of 
run_w3c_rdfa_testsuite, but apparently 
nose doesn't filter on generated functions. Instead the generator now always 
skips those known ones when run 
via nose (but not if the script "run_w3c_rdfa_testsuite.py" is run manually).

Original comment by lindstr...@gmail.com on 4 Feb 2010 at 7:13

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1795.

The code for skipping individual tests marked as an known_issue looks good. 
Just commenting in 12, 13, and 108 as known issues

Original comment by eik...@gmail.com on 4 Feb 2010 at 7:24

GoogleCodeExporter commented 8 years ago
This was done in r1794. Thank you lindstream.

Original comment by eik...@gmail.com on 5 Feb 2010 at 1:30

GoogleCodeExporter commented 8 years ago
This issue was updated by revision f85de621470e.

The code for skipping individual tests marked as an known_issue looks good. 
Just commenting in 12, 13, and 108 as known issues

Original comment by eik...@gmail.com on 30 Mar 2011 at 9:06