~ubuntu-branches/ubuntu/vivid/testrepository/vivid

« back to all changes in this revision

Viewing changes to testrepository/tests/monkeypatch.py

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-02-22 14:28:42 UTC
  • mfrom: (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20130222142842-4d6cbp97kj52b4wf
Tags: 0.0.14-1
* New upstream release.
* Now using format 1.0 parsable debian/copyright.
* Switched from CDBS to dh_python2.
* Now using compat and debhelper 9.
* Now using python module team as maintainer. Added myself as uploader.
* Switching to 3.0 (quilt) format.
* Bumped Standard-Version to 3.9.4.
* Fixed Homepage: filed to use the pypi website.
* Added a watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
"""Monkeypatch helper function for tests.
16
16
 
17
 
This should be moved to testtools or something, its very generic.
 
17
This has been moved to fixtures, and should be removed from here.
18
18
"""
19
19
 
20
20
def monkeypatch(name, new_value):