keystone/keystone/tests/unit/tests
David Stanek 6c6484fc0b Adds a skip method to identify useless skips
We have places in our test code that skips tests in a child class
because the setup differs from the parent. This often leads to a
situation where we remove the original test, but since the skip
always passes we never remove it. This will make the skips fail if
the original method no longer exists.

Change-Id: I7f2049d21e1cbcbd3c74d85fd6c74680db2a245d
2016-06-29 19:48:12 +00:00
..
__init__.py Adds a wip decorator for tests 2015-01-27 21:42:27 +00:00
test_core.py Adds a skip method to identify useless skips 2016-06-29 19:48:12 +00:00
test_utils.py Move existing tests to unit 2015-02-13 15:54:29 -06:00