-
Notifications
You must be signed in to change notification settings - Fork 60
Skip latest #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip latest #98
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
- Coverage 91.42% 91.40% -0.02%
==========================================
Files 12 12
Lines 1586 1594 +8
==========================================
+ Hits 1450 1457 +7
- Misses 136 137 +1
Continue to review full report at Codecov.
|
# todo: enable once new RS version is tagged | ||
#self.assertEqual(0.2, res.docs[1].score) | ||
|
||
if check_version_latest(r) is False: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if not check_version_latest(r):
test/test.py
Outdated
|
||
if check_version_latest(r) is False: | ||
self.assertEqual(0.2, res.docs[1].score) | ||
print 'something' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what.
:-)
if latest is not -1: | ||
return True | ||
return False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return latest is not -1
replaced by #106 |
No description provided.