bigchaindb/tests
Troy McConaghy 44d722a850
Problem: tests/README.md either wrong or redundant
The information on that page was either wrong or redundant, so I either deleted it or linked to where to find the same information in the docs about contributing to BigchainDB.
2018-08-23 15:21:44 +02:00
..
assets Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
backend Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
commands Problem: several tests are skipped (#2452) 2018-08-22 10:48:43 +02:00
common Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
db Problem: tests in test_bigchain_api are not activated (#2456) 2018-08-22 09:56:44 +02:00
tendermint Problem: several tests are skipped (#2452) 2018-08-22 10:48:43 +02:00
upsert_validator Problem: Cannot conclude validator election (#2445) 2018-08-20 16:57:32 +02:00
validation Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
web Problem: several tests are skipped (#2452) 2018-08-22 10:48:43 +02:00
README.md Problem: tests/README.md either wrong or redundant 2018-08-23 15:21:44 +02:00
__init__.py Add code, have fun! 2016-02-10 19:55:33 +01:00
conftest.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_config_utils.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_core.py Problem: several tests are skipped (#2452) 2018-08-22 10:48:43 +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 Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +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).