From a005cca3b90ef32d559578d5859f8c36d9d8c8ea Mon Sep 17 00:00:00 2001 From: troymc Date: Sun, 18 Dec 2016 10:44:57 +0100 Subject: [PATCH] Initial edits to tests/README.md --- tests/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/README.md b/tests/README.md index 8e66a708..1c0a734e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,14 +1,14 @@ -# Tests +# BigchainDB Server Tests -## Test Structure +## The bigchaindb/tests/ Folder -Generally all tests are meant to be unit tests, with the exception of those in the [`integration/` folder](./integration/). +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](./integration/). A few notes: -- [`common/`](./common/) contains self-contained tests only testing +- [`bigchaindb/tests/common/`](./common/) contains self-contained tests only testing [`bigchaindb/common/`](../bigchaindb/common/) -- [`db/`](./db/) contains tests requiring the database backend (e.g. RethinkDB) +- [`bigchaindb/tests/db/`](./db/) contains tests requiring the database backend (e.g. RethinkDB) ## Pytest Customizations