Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
- Remove `DAWG.Proposed`.

  This is not defined in the DAWG vocab or used in any tests as far
  as I can tell.

- Rename `test/skipped_sparql_tests.py` to
  `test/test_w3c_spec/test_sparql_w3c_skipped.py`.

  This is so it is closer to the file that uses it.

- removed `skiptests.list` and `test/skiptests.list`

  These are now replaced by `test/test_w3c_spec/test_sparql_w3c_skipped.py`

- Remove test that pass from skipped tests.
  • Loading branch information
aucampia committed May 13, 2022
1 parent 90f2989 commit 3fa13c3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 155 deletions.
59 changes: 0 additions & 59 deletions skiptests.list

This file was deleted.

72 changes: 0 additions & 72 deletions test/skiptests.list

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_w3c_spec/test_sparql_w3c.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def bopen_read_close(fn):
return f.read()


from test.skipped_sparql_tests import skiptests
from test.test_w3c_spec.test_sparql_w3c_skipped import skiptests


def _fmt(f):
Expand Down
Loading

0 comments on commit 3fa13c3

Please sign in to comment.