bigchaindb/tests
Vanshdeep Singh cbfbfa8fc4 Problem: Public key format not standardized (#2508)
Solution: Add 'type' field to public key so that it can be decoded properly
2018-09-06 16:06:36 +02:00
..
assets Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
backend Problem: Validation code not optimized (#2490) 2018-09-04 15:30:52 +02:00
commands Problem: Public key format not standardized (#2508) 2018-09-06 16:06:36 +02:00
common Problem: Validation code not optimized (#2490) 2018-09-04 15:30:52 +02:00
db Problem: tests in test_bigchain_api are not activated (#2456) 2018-08-22 09:56:44 +02:00
tendermint Problem: Public key format not standardized (#2508) 2018-09-06 16:06:36 +02:00
upsert_validator Problem: Public key format not standardized (#2508) 2018-09-06 16:06:36 +02:00
validation Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
web Problem: The commit mode behaves incorrectly. (#2510) 2018-09-06 15:49:00 +02:00
README.md Problem: tests/README.md either wrong or redundant (#2479) 2018-09-04 13:31:00 +02:00
__init__.py
conftest.py Problem: Public key format not standardized (#2508) 2018-09-06 16:06:36 +02:00
test_config_utils.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_core.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +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: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_txlist.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_utils.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
utils.py ABCI chain migration conclusion (#2488) 2018-09-03 15:41:49 +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).