From 9237868a1c71bf68d797c2d4b1982628c3805648 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Tue, 6 Sep 2016 17:33:17 -0300 Subject: Update mock library to 2.0.0 We were using an old version of the python's mock library, which lacks new features such as assert_called() and assert_not_called() that I found handy to test #778 --- service/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test_requirements.txt') diff --git a/service/test_requirements.txt b/service/test_requirements.txt index f2048876..80e4565f 100644 --- a/service/test_requirements.txt +++ b/service/test_requirements.txt @@ -1,6 +1,6 @@ behave==1.2.4 selenium==2.44.0 -mock==1.0.1 +mock==2.0.0 httmock==1.2.2 mockito==0.5.2 funkload==1.16.1 -- cgit v1.2.3