bigchaindb/tests
Troy McConaghy 20e6c6a686
Update acceptance Dockerfile to use latest Python driver (#2594)
* Update acceptance Dockerfile to use latest Python driver

* Fixed four Flake8 errors
2018-11-03 17:34:36 +01:00
..
assets Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
backend Implement crash recovery for elections. (#2566) 2018-09-28 12:32:45 +02:00
commands Implement crash recovery for elections. (#2566) 2018-09-28 12:32:45 +02:00
common Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
db Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
elections Implement crash recovery for elections. (#2566) 2018-09-28 12:32:45 +02:00
migrations Create migration election class (#2535). 2018-09-17 13:59:57 +02:00
tendermint Implement crash recovery for elections. (#2566) 2018-09-28 12:32:45 +02:00
upsert_validator Separate pending and effective validator updates. (#2556) 2018-09-21 10:51:57 +02:00
validation Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
web List the "blocks" endpoint in response to HTTP info requests (#2545) 2018-09-17 14:06:48 +02:00
README.md Problem: tests/README.md either wrong or redundant (#2479) 2018-09-04 13:31:00 +02:00
__init__.py Add code, have fun! 2016-02-10 19:55:33 +01:00
conftest.py Update acceptance Dockerfile to use latest Python driver (#2594) 2018-11-03 17:34:36 +01:00
test_config_utils.py Renamed "consensus" to "validation" where relevant (#2561) 2018-09-20 17:17:33 +02:00
test_core.py Problem: Outputs API responds with incorrect outputs (#2567). 2018-09-26 10:17:39 +02:00
test_docs.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_events.py Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
test_parallel_validation.py Problem: validation is slow (#2489) 2018-09-13 12:16:45 +02:00
test_txlist.py Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
test_utils.py Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
utils.py Implement crash recovery for elections. (#2566) 2018-09-28 12:32:45 +02:00

README.md

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).