1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/tests/README.md
2016-12-18 10:44:57 +01:00

798 B

BigchainDB Server Tests

The bigchaindb/tests/ Folder

The bigchaindb/tests/ folder is where all the tests for BigchainDB Server live. Most of them are unit tests. Integration tests are in the bigchaindb/tests/integration/ folder.

A few notes:

Pytest Customizations

Customizations we've added to pytest:

  • --database-backend: Defines the backend to use for the tests. Must be one of the backends available in the server configuration