tito/test/functional
Paul Morgan 9f2c259c85 python 2.4 (rhel 5) does not support 'with...as' syntax
resolves from a73c90cb...

    Using Python 2.4
    Using nose 0.1
    Running tito tests against: /home/sandbox/src
    EEEE.Warning: spacewalk.releng.* namespace in tito.props is obsolete. Use tito.* instead.
    Warning: spacewalk.releng.* namespace in tito.props is obsolete. Use tito.* instead.
    ..............................F...........
    ======================================================================
    ERROR: Failure: SyntaxError (invalid syntax (fixture.py, line 159))
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python2.4/site-packages/nose/loader.py", line 381, in loadTestsFromName
        module = self.importer.importFromPath(
      File "/usr/lib/python2.4/site-packages/nose/importer.py", line 39, in importFromPath
        return self.importFromDir(dir_path, fqname)
      File "/usr/lib/python2.4/site-packages/nose/importer.py", line 86, in importFromDir
        mod = load_module(part_fqname, fh, filename, desc)
      File "/home/sandbox/test/functional/fetch_tests.py", line 27, in ?
        from fixture import TitoGitTestFixture, tito
      File "/home/sandbox/test/functional/fixture.py", line 159
        with open(os.path.join(full_pkg_dir, 'tito.props'), 'w') \
                ^
    SyntaxError: invalid syntax
2014-02-28 15:38:25 +00:00
..
specs Fix bug with fetch builder source replacement. 2014-02-27 15:44:42 -04:00
__init__.py Re-enable functional tests, add top level runtests.py. 2009-07-25 11:50:02 -03:00
fetch_tests.py avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00
fixture.py python 2.4 (rhel 5) does not support 'with...as' syntax 2014-02-28 15:38:25 +00:00
multiproject_tests.py avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00
release_yum_tests.py avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00
singleproject_tests.py avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00