diff options
author | Mike Smith <mike.smith@codethink.co.uk> | 2015-03-24 12:57:13 +0000 |
---|---|---|
committer | Mike Smith <mike.smith@codethink.co.uk> | 2015-03-24 12:57:13 +0000 |
commit | ed49284f818c714e154883ba79b83bd83d8c61f2 (patch) | |
tree | 5ce5558f2b04642363d9c12a5525aa7fad9bc20a /open-source-lorries/python-packages.lorry | |
parent | 660846a4abc375c5ddf1bae540e23440924865a3 (diff) | |
download | lorries-ed49284f818c714e154883ba79b83bd83d8c61f2.tar.gz |
add mocker, a python testing tool.
Change-Id: I5cbac201109621cb22dadbf351350a85b3e60b2e
Diffstat (limited to 'open-source-lorries/python-packages.lorry')
-rw-r--r-- | open-source-lorries/python-packages.lorry | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index de59b3d..a42244e 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -667,5 +667,9 @@ "python-packages/pymox":{ "type": "git", "url": "https://github.com/emonty/pymox.git" + }, + "python-packages/mocker":{ + "type": "git", + "url": "git://github.com/zyga/mocker" } } |