bigchaindb/tests
David Dashyan 8630e74f77 Remove @asyncio.coroutine decorators
Signed-off-by: David Dashyan <mail@davie.li>
2020-09-29 12:17:46 +00:00
..
assets Replace headers (#2683) 2020-04-06 11:52:18 +02:00
backend [WIP] Documentation re-org (#2694) 2020-05-18 20:22:26 +07: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 Remove @asyncio.coroutine decorators 2020-09-29 12:17:46 +00: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 [WIP] Documentation re-org (#2694) 2020-05-18 20:22:26 +07: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).