Skip to content
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

updating deprecated testing syntax #697

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

nateprewitt
Copy link
Contributor

@nateprewitt nateprewitt commented Jan 24, 2017

While trying to wade through Travis' logs yesterday, I noticed there's 700+ lines of DeprecationWarnings from the test suite. This makes it fairly difficult to find things, or easily scroll between sections of the log. I updated the warnings to the 2.5+ compatible alternatives, which should make things more readable.

@coveralls
Copy link

coveralls commented Jan 24, 2017

Coverage Status

Coverage increased (+0.003%) to 62.712% when pulling 3853d11 on nateprewitt:testing_fixes into a7d2b46 on RDFLib:master.

@gromgull
Copy link
Member

Thanks a lot! I really wanted to do this - but it was too much manual labour :)

@gromgull gromgull merged commit 1480ece into RDFLib:master Jan 24, 2017
@nateprewitt nateprewitt deleted the testing_fixes branch January 24, 2017 12:19
@nateprewitt
Copy link
Contributor Author

No problem, I have to give sed the credit here, it did all the heavy lifting :)

@joernhees joernhees added this to the rdflib 4.2.2 milestone Jan 25, 2017
joernhees added a commit that referenced this pull request Jan 25, 2017
* master: (44 commits)
  quote cleanup OCD
  serializer/parser alias for 'ntriples'
  serializer/parser alias for 'ttl'
  cleanup
  remove outdated always skipped test
  a bit of changelog
  add a NTSerializer sub-class for nt11 (#700)
  Restrict normalization to unicode-compatible values (#674)
  fixes for turtle/trig namespace handling
  skip serialising empty default graph
  skip round-trip test, unfixable until 5.0
  prefix test for #428
  Added additional trig unit tests to highlight some currently occurring issues.
  remove ancient and broken 2.3 support code. (#681)
  updating deprecated testing syntax (#697)
  docs: clarify the use of an identifier when persisting a triplestore (#654)
  removing pyparsing version requirement (#696)
  made min/max aggregate functions support all literals (#694)
  actually fix projection from sub-queries
  added dawg tests for #607
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants