add endpoint tests for AddTags, RemoveTags and DescribeTags to test_elb.py

update sure requirement to 1.2.24
fix assert int to float compare in test_swf/responses/test_timeouts.py
This commit is contained in:
mfranke 2015-12-09 21:33:42 +01:00
commit cace459167
3 changed files with 113 additions and 5 deletions

View file

@ -1,7 +1,7 @@
-r requirements.txt
mock
nose
sure<1.2.4
sure>=1.2.24
coverage
freezegun
flask