1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/tests/web
Vanshdeep Singh 7384a49d9a Problem: Invalid transaction posted to Tendermint (#2270)
* Problem: Amount error is not tested on the HTTP level.

Solution: A failed web test to reproduce the problem.

* Problem: Invalid transaction posted to Tendermint

Solution: Pass the exception to HTTP POST handler function

* Problem: DoubleSpend and CriticalDoubleSpend not differentiated

Solution: Handle these exceptions differently in `get_spent`

* Problem: No test for checking exception DoubleSpend and CriticalDoubleSpend

Solution: Add necessary tests

* Problem: find doesn't raise IndexError

Solution: Remove exception handling for IndexError
2018-05-09 13:41:22 +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 Added localmongodb marker 2017-11-24 12:30:57 +05:30
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 Problem: Invalid transaction posted to Tendermint (#2270) 2018-05-09 13:41:22 +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