Move parsing code into helpers module
authorSimo Sorce <simo@redhat.com>
Sun, 15 Jun 2014 21:46:47 +0000 (17:46 -0400)
committerSimo Sorce <simo@redhat.com>
Sun, 15 Jun 2014 22:04:00 +0000 (18:04 -0400)
commit9a651e44ce34e092708b9a0df40de3f112132199
tree74f592f5de8c10f049e18be85b48f629008dcc5c
parentf9abb07cc479008c6ee7f72e0c911768c7c9bd82
Move parsing code into helpers module

This way common test actions can be easily reused by multiple tests.

Signed-off-by: Simo Sorce <simo@redhat.com>
tests/helpers/__init__.py [new file with mode: 0644]
tests/helpers/http.py [new file with mode: 0755]
tests/test1.py