~jayvdb/testscenarios/fix-py3-tests

« back to all changes in this revision

Viewing changes to lib/testscenarios/__init__.py

  • Committer: Robert Collins
  • Date: 2010-02-01 04:49:05 UTC
  • mfrom: (12.2.1 testscenarios.devel)
  • Revision ID: robertc@robertcollins.net-20100201044905-e7q9bubgoj2duu63
Merge patch from Ben Finney making tests with a shortDescription have that altered as well as the id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# established at this point, and setup.py will use a version of next-$(revno).
39
39
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
40
40
# Otherwise it is major.minor.micro~$(revno).
41
 
__version__ = (0, 1, 0, 'final', 0)
 
41
__version__ = (0, 2, 0, 'final', 0)
42
42
 
43
43
__all__ = [
44
44
    'TestWithScenarios',