Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 781105 - Bump versions of manifestdestiny=0.5.5 and mozrunner=5.9…
Browse files Browse the repository at this point in the history
… and release on PyPI. r=ahal
  • Loading branch information
whimboo committed Aug 10, 2012
1 parent 57ca982 commit d22b344
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions manifestdestiny/README.md
Expand Up @@ -10,15 +10,14 @@ What ManifestDestiny gives you:
are just dicts with some keys. For example, a test with no
user-specified metadata looks like this:

[{'path':
'/home/jhammel/mozmill/src/ManifestDestiny/manifestdestiny/tests/testToolbar/testBackForwardButtons.js',
'name': 'testToolbar/testBackForwardButtons.js', 'here':
'/home/jhammel/mozmill/src/ManifestDestiny/manifestdestiny/tests',
'manifest': '/home/jhammel/mozmill/src/ManifestDestiny/manifestdestiny/tests',}]
[{'expected': 'pass',
'path': '/home/mozilla/mozmill/src/ManifestDestiny/manifestdestiny/tests/testToolbar/testBackForwardButtons.js',
'relpath': 'testToolbar/testBackForwardButtons.js',
'name': 'testBackForwardButtons.js',
'here': '/home/mozilla/mozmill/src/ManifestDestiny/manifestdestiny/tests',
'manifest': '/home/mozilla/mozmill/src/ManifestDestiny/manifestdestiny/tests/manifest.ini',}]

The keys displayed here (path, name, here, and manifest) are reserved
keys for ManifestDestiny and any consuming APIs. You can add
additional key, value metadata to each test.
The keys displayed here (path, relpath, name, here, and manifest) are reserved keys for ManifestDestiny and any consuming APIs. You can add additional key, value metadata to each test.


# Why have test manifests?
Expand Down Expand Up @@ -110,8 +109,8 @@ Manifest Destiny gives tests as a list of dictionaries (in python
terms).

* path: full path to the test
* name: short name of the test; this is the (usually) relative path
specified in the section name
* relpath: relative path starting from the root manifest location
* name: file name of the test
* here: the parent directory of the manifest
* manifest: the path to the manifest containing the test

Expand Down
2 changes: 1 addition & 1 deletion manifestdestiny/setup.py
Expand Up @@ -14,7 +14,7 @@
description = ''

PACKAGE_NAME = "ManifestDestiny"
PACKAGE_VERSION = "0.5.4"
PACKAGE_VERSION = '0.5.5'

setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion mozrunner/setup.py
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup

PACKAGE_NAME = "mozrunner"
PACKAGE_VERSION = '5.8'
PACKAGE_VERSION = '5.9'

desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
# take description from README
Expand Down

0 comments on commit d22b344

Please sign in to comment.