bigchaindb/acceptance/python
Zachary Bowen f243b252ca Problem: we don't have any tests to cover malicious strings (#2334)
* Problem: we don't have any tests for malicious strings

Solution: Use a parameterized test that fuzzes over a library of potentially hazardous strings

* Needed to update the Dockerfile to install blns

* Removed unnecessary import from Dockerfile-dev

* Made the conditions under which the test expects an error more explicit

* Improved reporting in case of a bad status code

* Removed some over-zealous assertions.

* Removed `sent_transaction` from assertation error response

* *Problem: blns was removed as a dependency while fixing a merge conflict

Solution: added it back to the Dockerfile

* *Problem: made a typo when adding blns to the Dockerfile

Solution: fixed the typo
2018-07-10 17:30:00 +02:00
..
src Problem: we don't have any tests to cover malicious strings (#2334) 2018-07-10 17:30:00 +02:00
.gitignore Problem: we don't have acceptance tests (#2216) 2018-04-30 14:43:39 +02:00
Dockerfile Problem: we don't have any tests to cover malicious strings (#2334) 2018-07-10 17:30:00 +02:00