bigchaindb/tests
lana-shanghai 4a008e51e3
[WIP] Documentation re-org (#2694)
* Reorganized docs

* Fixed internal links in basic usage

* fixed the docker-compose command and volume for docs

* fixed docs tests

* fix travis docs test

* tox ini file

* fixed readme localhost links

* edited tox and test docs to previous state

* Fix tests errors related to docs reorganization

Signed-off-by: David Dashyan <mail@davie.li>

* Added ansible script installation option

Signed-off-by: Lana Ivina <lana@ipdb.io>

* Added ansible script to network setup guide

Signed-off-by: Lana Ivina <lana@ipdb.io>

* Hid the non-working button for now. 

Signed-off: Lana Ivina <lana@ipdb.io>

* Try now button

Co-authored-by: David Dashyan <mail@davie.li>
2020-05-18 20:22:26 +07: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 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 [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).