Skip to content

Commit

Permalink
notes added to the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Feb 16, 2013
1 parent 0942ace commit 2f7101e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/002-test-phrases.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def test_min_should_match(self):

@unittest.skip("skipping until issue #5 is fixed")
def test_phrase_slop(self):
# proper parsed query for ps=2&pf=name
# +(((name:man's) (name:best) (name:friend))~3) (name:"man's best friend"~2)
pass

@unittest.skip("skipping until issue #5 is fixed")
Expand Down

0 comments on commit 2f7101e

Please sign in to comment.