Skip to content

Problem: we have unused and outdated fixtures#2476

Merged
kansi merged 2 commits intobigchaindb:masterfrom
codegeschrei:cleanup-fixtures
Aug 27, 2018
Merged

Problem: we have unused and outdated fixtures#2476
kansi merged 2 commits intobigchaindb:masterfrom
codegeschrei:cleanup-fixtures

Conversation

@codegeschrei
Copy link
Copy Markdown
Contributor

@codegeschrei codegeschrei commented Aug 23, 2018

Solution: clean up fixtures and tests accordingly

#2381

Solution: clean up fixtures and tests accordingly
@codegeschrei codegeschrei requested a review from kansi August 23, 2018 09:51
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2476 into master will increase coverage by 0.84%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2476      +/-   ##
==========================================
+ Coverage   90.14%   90.99%   +0.84%     
==========================================
  Files          41       41              
  Lines        2365     2365              
==========================================
+ Hits         2132     2152      +20     
+ Misses        233      213      -20

@kansi kansi mentioned this pull request Aug 23, 2018
16 tasks
@patch('bigchaindb.config_utils.autoconfigure')
@patch('bigchaindb.commands.bigchaindb.run_recover')
@patch('bigchaindb.start.start')
def test_recover_db_on_start(mock_autoconfigure,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why was mock_autoconfigure removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oh, that might have been a mistake. I see that the patch is still in. I need to check. If I removed it then because it was not needed, but I need to check again.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ok, so I can confirm now, that it is not needed. I'll remove the patch in the next commit

Solution: remove Merlin keys
Copy link
Copy Markdown
Contributor

@kansi kansi left a comment

Choose a reason for hiding this comment

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

Really good work, Thanks!

@kansi kansi merged commit 6fdcaf4 into bigchaindb:master Aug 27, 2018
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.

3 participants