Skip to content

Problem: unit-test-watch loops forever#2486

Merged
kansi merged 1 commit intobigchaindb:masterfrom
vrde:fix-looponfail
Aug 29, 2018
Merged

Problem: unit-test-watch loops forever#2486
kansi merged 1 commit intobigchaindb:masterfrom
vrde:fix-looponfail

Conversation

@vrde
Copy link
Copy Markdown
Contributor

@vrde vrde commented Aug 28, 2018

Solution: BigchainDB by default writes logs in the same directory it is
run. The looponfail feature provided by pytest waits for changes in
the current directory, so it is continuously triggered. This patch tells
pytest to only watch the bigchaindb and tests directories.

Solution: BigchainDB by default writes logs in the same directory it is
run. The `looponfail` feature provided by pytest waits for changes in
the current directory, so it is continuously triggered. This patch tells
pytest to only watch the `bigchaindb` and `tests` directories.
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2486 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2486   +/-   ##
=======================================
  Coverage   91.08%   91.08%           
=======================================
  Files          41       41           
  Lines        2400     2400           
=======================================
  Hits         2186     2186           
  Misses        214      214

@vrde vrde changed the title Problem: make unit-test-watch loops forever Problem: unit-test-watch loops forever Aug 29, 2018
@kansi kansi merged commit 3f7b521 into bigchaindb:master Aug 29, 2018
@vrde vrde deleted the fix-looponfail branch August 29, 2018 12:15
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