-
Notifications
You must be signed in to change notification settings - Fork 33
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
Clean up test descriptions, addresses #372. #416
Conversation
- Rename typo filename - Remove potentially unnecessary tests
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.
These look great (and I'll leave the the actual tests to TravisCI). Some half hearted comments re: copy editing, which you can take or leave. 😄
src/test/scala/io/archivesunleashed/app/WriteGraphXMLTest.scala
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #416 +/- ##
=======================================
Coverage 77.96% 77.96%
=======================================
Files 41 41
Lines 1570 1570
Branches 292 292
=======================================
Hits 1224 1224
Misses 218 218
Partials 128 128 |
Ok, I'll put those back in. I stand corrected. |
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.
Looks good here @ruebot. The notes in this review are more just questions to prompt a change if necessary.
@@ -43,21 +43,21 @@ class RecordRDDTest extends FunSuite with BeforeAndAfter { | |||
sc = new SparkContext(conf) | |||
} | |||
|
|||
test("no valid pages") { | |||
test("Expect no valid pages") { |
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.
should this also include RDD at the end?
GitHub issue(s): #372
What does this Pull Request do?
How should this be tested?