Rearrange test-suite python helper macros a bit
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 9 Jun 2011 10:19:14 +0000 (13:19 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 9 Jun 2011 10:19:14 +0000 (13:19 +0300)
commit9ba42047d8a35c22c7f6e0d40ee6b468f17803c0
treeafc783e5ba7730b4c01ed1181bf7456f4cb7b2c8
parent211bc3d356ccbbc2b1026015d32e21986f6a95b0
Rearrange test-suite python helper macros a bit
- Handle double [] "escaping" at RPM_PYRUN to avoid surprises when
  its used on its own
- Spin python-wrapped AT_CHECK into a macro of its own (RPMPY_CHECK)
- What formerly was RPMPY_CHECK is now RPMPY_TEST: this represents
  one entire testcase with all its setup and cleanup, whereas
  RPMPY_CHECK (the new one) might be used several times within a
  single test
tests/local.at
tests/rpmdepmatch.at
tests/rpmpython.at