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

Move exceptions into single module #151

Merged
merged 2 commits into from
Jul 23, 2016
Merged

Move exceptions into single module #151

merged 2 commits into from
Jul 23, 2016

Conversation

moggers87
Copy link
Collaborator

Also removes some unused exceptions

Fixes #150

@kabniel
Copy link
Collaborator

kabniel commented Jul 23, 2016

There also ClientException defined in pypump/client.py , i guess we could move that too?

@moggers87
Copy link
Collaborator Author

Good catch

@codecov-io
Copy link

codecov-io commented Jul 23, 2016

Current coverage is 74.18% (diff: 82.35%)

Merging #151 into master will increase coverage by 0.67%

@@             master       #151   diff @@
==========================================
  Files            19         14     -5   
  Lines          1242       1228    -14   
  Methods           0          0          
  Messages          0          0          
  Branches        204        204          
==========================================
- Hits            913        911     -2   
+ Misses          272        260    -12   
  Partials         57         57          

Powered by Codecov. Last update 88b2403...eec8313

@kabniel
Copy link
Collaborator

kabniel commented Jul 23, 2016

Also, #147 conflicts with this branch, the import statement in feed_test.py needs modification when this PR is merged

@moggers87 moggers87 merged commit e42207c into master Jul 23, 2016
@moggers87 moggers87 deleted the 150-exceptions branch July 23, 2016 20:19
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.

None yet

3 participants