Skip to content

Commit

Permalink
put back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skeating committed Jun 24, 2023
1 parent df3c0b9 commit 906baab
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions deviser/pytest_files/test_tex/test_tex.py
Expand Up @@ -31,19 +31,19 @@ def teardown():


@pytest.mark.parametrize("name, test_type", [
# ('spatial', 'body'),
# ('qual', 'apdx-validation'),
# ('groups', 'macros'),
# ('groups', 'apdx-validation'),
# ('groups', 'body'),
# ('unknown_type', 'apdx-validation'),
# ('test_sidrefs', 'apdx-validation'),
# ('test_sidrefs', 'body'),
# ('test_lists', 'apdx-validation'),
# ('test_lists', 'body'),
# ('test_att', 'apdx-validation'),
# ('testsbxml', 'apdx-validation'),
('testsbxml', 'macros'),
('spatial', 'body'),
('qual', 'apdx-validation'),
('groups', 'macros'),
('groups', 'apdx-validation'),
('groups', 'body'),
('unknown_type', 'apdx-validation'),
('test_sidrefs', 'apdx-validation'),
('test_sidrefs', 'body'),
('test_lists', 'apdx-validation'),
('test_lists', 'body'),
('test_att', 'apdx-validation'),
('testsbxml', 'apdx-validation'),
# ('testsbxml', 'macros'),
])
def test_tex(name, test_type):
assert rtt.run_test(name, test_type) == 0

0 comments on commit 906baab

Please sign in to comment.