1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-29 00:57:45 +02:00
bigchaindb/tests
vrde 241aae335d Problem: validation is slow (#2489)
Solution: parallelize the validation of transactions. This patch adds a
new flag for the `start` command, namely
`--experimental-parallel-validation`, that can be used to enable this
experimental feature.
2018-09-13 12:16:45 +02:00
..
assets Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
backend Problem: New collections are not created in existing DB. (#2520) 2018-09-12 14:39:07 +02:00
commands Problem: New collections are not created in existing DB. (#2520) 2018-09-12 14:39:07 +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
tendermint Problem: Events API is unreliable (#2529) 2018-09-12 16:55:23 +02:00
upsert_validator Problem: Events API is unreliable (#2529) 2018-09-12 16:55:23 +02:00
validation Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
web Problem: Events API is unreliable (#2529) 2018-09-12 16:55:23 +02:00
__init__.py Add code, have fun! 2016-02-10 19:55:33 +01:00
conftest.py Problem: New collections are not created in existing DB. (#2520) 2018-09-12 14:39:07 +02:00
README.md Problem: tests/README.md either wrong or redundant (#2479) 2018-09-04 13:31:00 +02:00
test_config_utils.py Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
test_core.py Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +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 ABCI chain migration conclusion (#2488) 2018-09-03 15:41:49 +02: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).