Skip to content

Commit

Permalink
mark one more slow test as integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Feb 4, 2017
1 parent aeaf6bd commit 50d3f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_AMONE():
assert x1 == x2 and C1.clauses == C2.clauses


@pytest.mark.integration # only because this test is slow
def test_XONE():
my_TEST(my_XONE, Clauses.ExactlyOne_NSQ, 0,3, True)
my_TEST(my_XONE, Clauses.ExactlyOne_BDD, 0,3, True)
Expand Down

0 comments on commit 50d3f66

Please sign in to comment.