Add a method to list all supported options for a command being tested.
commitf467bf76204c76493e072ecba9e9ece3ab61a1f4
authorChris Lumens <clumens@redhat.com>
Wed, 16 Jun 2010 17:25:50 +0000 (16 13:25 -0400)
committerChris Lumens <clumens@redhat.com>
Wed, 16 Jun 2010 20:15:50 +0000 (16 16:15 -0400)
treefba02ceb6f51a477d0f5a7077f2bc427fb3bfc7f
parent7510c8b07cbb4284d3dd1863f32860306fbefb9f
Add a method to list all supported options for a command being tested.

This allows more cleanly determining whether a given version of a command
supports a given option, therefore making less code duplication and easier
determining whether we should run a test or not.
tests/baseclass.py