bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
104 stars 104 forks source link

Problem: the tests are failing #478

Closed codegeschrei closed 6 years ago

codegeschrei commented 6 years ago

Solution: rewrite test without fixtures

I couldn't find the underlying problem with the fixtures. In general we had difficulties in the past. Fixtures being reused and the tests being not independent led to errors and failing tests. It would be nice to find the reason why they are failing but worst case I waste a lot of time on it and I'm already out of ideas how to debug it.

I tried to make the test as short as possible, if you see any lines I can shorten, please tell me.

codecov-io commented 6 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #478   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files           5        5           
  Lines         239      239           
=======================================
  Hits          236      236           
  Misses          3        3