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

Fix exception #32

Merged
merged 9 commits into from Feb 15, 2016
Merged

Fix exception #32

merged 9 commits into from Feb 15, 2016

Conversation

sbellem
Copy link
Contributor

@sbellem sbellem commented Feb 14, 2016

The original goal of this PR was to resolve issue #35.

In addition to solving the above, tests were added for the bigchaindb command.

@codecov-io
Copy link

Current coverage is 82.08%

Merging #32 into develop will increase coverage by +82.08% as of 5401bef

@@            develop     #32   diff @@
=======================================
  Files             0      14    +14
  Stmts             0     748   +748
  Branches          0       0       
  Methods           0       0       
=======================================
+ Hit               0     614   +614
  Partial           0       0       
- Missed            0     134   +134

Review entire Coverage Diff as of 5401bef

Powered by Codecov. Updated on successful CI builds.

monkeypatch.setattr(Processes, 'start', lambda *args: None)


@ pytest.fixture
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove whitespace between @ and pytest.fixture

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thanks!

@vrde
Copy link
Contributor

vrde commented Feb 15, 2016

👍 and thanks for improving the coverage.

vrde added a commit that referenced this pull request Feb 15, 2016
Fix exception when running `start`. Close #35
@vrde vrde merged commit a685c15 into develop Feb 15, 2016
@sbellem
Copy link
Contributor Author

sbellem commented Feb 15, 2016

@vrde Cool!

@ttmc ttmc deleted the fix-exception branch March 7, 2016 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants