z-bowen 35191f0ca1 Problem: abci tests are slow and unreliable
Solution:
- Removed the `bdb` flag from `test_get_divisble_transactions_returns_500` since it causes Tendermint to crash
- Reduced the sleep cycles from 3s to 1s on `test_upsert_validator`
2018-09-14 17:40:08 +02:00
..
2016-02-10 19:55:33 +01:00

BigchainDB Server Unit Tests

Most of the tests in the tests/ folder are unit tests. For info about how to write and run tests, see the docs about contributing to BigchainDB, especially:

Note: There are acceptance tests in the acceptance/ folder (at the same level in the hierarchy as the tests/ folder).