1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00

use default mongodb replica set name when run mongod for tests

This commit is contained in:
Troy McConaghy 2017-05-18 14:39:23 +02:00 committed by Sylvain Bellemare
parent 3995e22d4a
commit cab2ea11ab

View File

@ -27,8 +27,7 @@ BigchainDB from source. The [`CONTRIBUTING.md` file](../CONTRIBUTING.md) has
instructions for how to do that.
Next, make sure you have RethinkDB or MongoDB running in the background. You
can run RethinkDB using `rethinkdb --daemon` or MongoDB using `mongod
--replSet=rs0`.
can run RethinkDB using `rethinkdb --daemon` or MongoDB using `mongod --replSet=bigchain-rs`.
The `pytest` command has many options. If you want to learn about all the
things you can do with pytest, see [the pytest