bigchaindb/tests
David Dashyan 67e9c094c1
Fix tests errors related to docs reorganization
Signed-off-by: David Dashyan <mail@davie.li>
2020-05-15 16:48:22 +03:00
..
assets Replace headers (#2683) 2020-04-06 11:52:18 +02:00
backend Fix tests errors related to docs reorganization 2020-05-15 16:48:22 +03:00
commands Replace headers (#2683) 2020-04-06 11:52:18 +02:00
common Replace headers (#2683) 2020-04-06 11:52:18 +02:00
db Replace headers (#2683) 2020-04-06 11:52: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 Replace headers (#2683) 2020-04-06 11:52:18 +02:00
upsert_validator Replace headers (#2683) 2020-04-06 11:52:18 +02:00
validation Replace headers (#2683) 2020-04-06 11:52:18 +02:00
web Replace headers (#2683) 2020-04-06 11:52:18 +02:00
README.md Replace headers (#2683) 2020-04-06 11:52:18 +02:00
__init__.py Add code, have fun! 2016-02-10 19:55:33 +01:00
conftest.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_config_utils.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_core.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_docs.py Fix tests errors related to docs reorganization 2020-05-15 16:48:22 +03:00
test_events.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_parallel_validation.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_txlist.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
test_utils.py Replace headers (#2683) 2020-04-06 11:52:18 +02:00
utils.py Replace headers (#2683) 2020-04-06 11:52:18 +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).