bigchaindb/tests
codegeschrei dd84d4eb6f Problem: There are unnecessary markers (#2522)
* Problem: we have unused and outdated fixtures
Solution: clean up fixtures and tests accordingly

* Problem: there are still unused fixtures
Solution: remove Merlin keys

* Problem: There are unnecessary markers
Solution: remove the tendermint marker for tests
2018-09-10 09:53:18 +02:00
..
assets Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
backend Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
commands Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +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: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
upsert_validator Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
validation Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +02:00
web Problem: There are unnecessary markers (#2522) 2018-09-10 09:53:18 +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 Problem: Public key format not standardized (#2508) 2018-09-06 16:06:36 +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_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

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