1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/tests/web
Lev Berman 89b28b8471 Remove unsupported backends (#2289)
* Problem: RethinkDB, change feed, old mongo, admin interface are not supported any longer.

Solution: Remove unsupported functionality. Bring the MongoDB backend implementation completely to the localmongodb package. Fix the test setup.

* Problem: Nothing depends on multipipes any longer.

Solution: Remove multipipes from setup.py.

* Problem: The how-to-run-tests doc uses --database-backend.

Solution: Do not include the --database-backend option into the documented pytest usage.

* Problem: The backends docs are outdated.

Solution: Document MongoDB as the default and only backend for BigchainDB.

* Problem: The inputs fixtures uses old blocks API.

Solution: Change the inputs fixtures to use the new blocks API.

* Problem: rethinkdb package is not used anymore.

Solution: Remove the rethinkdb dependency from setup.py.

* Problem: The abci-marked tests use outdated Mongo conn.

Solution: Replace MongoDBConnection with LocalMongoDBConnection for them.
2018-05-23 11:34:00 +02:00
..
__init__.py Add simple flask webserver and tests 2016-02-23 03:37:33 +01:00
conftest.py Integrate output search api 2017-11-30 23:59:42 +05:30
test_assets.py Remove unsupported backends (#2289) 2018-05-23 11:34:00 +02:00
test_block_tendermint.py Integrate get block with transaction id api (#2021) 2018-02-08 14:32:21 +01:00
test_blocks.py Fixed web related tests 2017-06-13 12:31:49 +02:00
test_content_type_middleware.py Add middleware to strip content-type headers from GETs 2017-07-04 14:01:56 +02:00
test_info.py Problem: No tests for GET /api/v1/validators 2018-02-27 13:31:44 +05:30
test_metadata.py Integrate metadata api 2017-12-06 10:25:52 +05:30
test_outputs.py Integrate output search api 2017-11-30 23:59:42 +05:30
test_parameters.py Case insensitive "unspent" and "operation" parameters" 2017-01-26 13:59:52 +01:00
test_server.py Notes, TODOs and formating 2016-12-15 17:17:18 +01:00
test_transactions.py Remove unsupported backends (#2289) 2018-05-23 11:34:00 +02:00
test_validators.py Problem: Unkown exceptions being handled 2018-03-16 11:47:15 +05:30
test_votes.py Fixed flake8 errors 2018-02-22 12:41:20 +01:00
test_websocket_server.py Problem: Event stream api crashing (#2173) 2018-04-03 14:57:44 +02:00