Skip to content

Conversation

Roguelazer
Copy link
Contributor

@Roguelazer Roguelazer commented Mar 1, 2017

  • get rid of unittest usage (which is inconsistent between py26 and py-not26 anyway)
  • get rid of "classes" that weren't actually classes
  • use conftest.py to configure api_key consistently and remove a bunch of duplicated code
  • make the tests actually work in parallel so that more than one person can run them at a time
  • add python 3.x to the travis config

CC @att14

 - get rid of unittest usage (which is inconsistent between py26
   and py-not26 anyway)
 - get rid of "classes" that weren't actually classes
 - use conftest.py to configure api_key consistently and remove a bunch
   of duplicated code
@Roguelazer Roguelazer requested a review from victoryftw March 1, 2017 04:10
Copy link
Contributor

@victoryftw victoryftw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After much work, LGTM!

TY James!!!

print e.message
if e.param != None:
print 'Specifically an invalid param: ' + e.param
print(e.message)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print(str(e)) works in python3

@Roguelazer Roguelazer merged commit 3b4ee60 into master Mar 1, 2017
Roguelazer added a commit that referenced this pull request Mar 1, 2017
Merge remote-tracking branch 'origin/no_unittest'

Closes #50
@k-funk k-funk deleted the no_unittest branch July 6, 2017 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants