test_api_base: move _do_test() out of the test class
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 26 Nov 2012 14:57:45 +0000 (16:57 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 26 Nov 2012 16:15:44 +0000 (18:15 +0200)
commitd82fb4ccc828f17e0dcb453b218051ece103df65
treeabd6e703d25ca60c91713306928cd1a381776c2c
parentd52719e280b647c87cfc0b9bddcb609a3638bbd1
test_api_base: move _do_test() out of the test class

It really does not need to be there. Let the class be just a minimum
for nosetests to be happy.

Change-Id: I8181f7f9ffa02d9e1277154bdd9a0d5fc8af84a3
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/test_api_base.py