1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/tests/web
Lev Berman 699494613f Problem: The commit mode behaves incorrectly. (#2510)
* Problem: The commit mode behaves incorrectly.

Solution: Parse the Tendermint response properly. The functionality was disabled in https://github.com/bigchaindb/bigchaindb/pull/2235/files#diff-c6511560546a7dc577e7e647b5bfdaceL68 and was not fixed since then.

* Add a test case for the sync mode.

* Do not strictly expect deliver_tx in the response.

* Fix post_mock in web/test_transactions.py.

* Check for the error field first.
2018-09-06 15:49:00 +02:00
..
__init__.py Add simple flask webserver and tests 2016-02-23 03:37:33 +01:00
conftest.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_assets.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_block_tendermint.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_blocks.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_content_type_middleware.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_info.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_metadata.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_outputs.py Problem: Source files contain no license info (#2455) 2018-08-16 12:31:32 +02:00
test_parameters.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_server.py Problem: we have unused and outdated fixtures (#2476) 2018-08-27 09:48:20 +02:00
test_transactions.py Problem: The commit mode behaves incorrectly. (#2510) 2018-09-06 15:49:00 +02:00
test_validators.py Rework upsert-validator show status (#2496) 2018-08-31 09:47:47 +02:00
test_websocket_server.py Problem: websocket fails with ELECTION transaction (#2482) 2018-08-27 15:00:02 +02:00