[Python-modules-commits] [txfixtures] 01/14: Merge tag 'upstream/0.2.0'
Free Ekanayaka
freee at moszumanska.debian.org
Thu Jan 5 23:51:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository txfixtures.
commit 90c8fbe7e73d1d27b15dabdc6db465d27ddf9f93
Merge: 14f1710 3c7ffd7
Author: Free Ekanayaka <freee at debian.org>
Date: Tue Dec 20 14:14:32 2016 +0000
Merge tag 'upstream/0.2.0'
Upstream version 0.2.0
.mailmap | 1 +
.travis.yml | 16 +
AUTHORS | 4 +
ChangeLog | 46 +++
Makefile | 18 +
PKG-INFO | 30 +-
README | 14 -
README.rst | 12 +
doc/Makefile | 216 +++++++++++
doc/api.rst | 26 ++
doc/conf.py | 302 +++++++++++++++
doc/index.rst | 35 ++
doc/phantomjs.rst | 40 ++
doc/reactor.rst | 48 +++
doc/service.rst | 96 +++++
requirements.txt | 5 +
setup.cfg | 38 ++
setup.py | 38 +-
tests/__init__.py | 0
tests/cannotlisten.tac | 27 ++
tests/okay.tac | 23 ++
tests/test_mongodb.py | 24 ++
tests/test_phantomjs.py | 29 ++
tests/test_reactor.py | 326 +++++++++++++++++
tests/test_service.py | 239 ++++++++++++
tests/test_tachandler.py | 159 ++++++++
tox.ini | 26 ++
txfixtures.egg-info/PKG-INFO | 30 ++
txfixtures.egg-info/SOURCES.txt | 49 +++
txfixtures.egg-info/dependency_links.txt | 1 +
txfixtures.egg-info/not-zip-safe | 1 +
txfixtures.egg-info/pbr.json | 1 +
txfixtures.egg-info/requires.txt | 19 +
txfixtures.egg-info/top_level.txt | 1 +
txfixtures/__init__.py | 23 +-
txfixtures/_twisted/__init__.py | 0
txfixtures/_twisted/testing.py | 90 +++++
txfixtures/_twisted/tests/__init__.py | 0
txfixtures/_twisted/tests/test_threading.py | 50 +++
txfixtures/_twisted/threading.py | 35 ++
txfixtures/mongodb.py | 47 +++
txfixtures/osutils.py | 17 +-
txfixtures/phantomjs.py | 43 +++
txfixtures/reactor.py | 205 +++++++++++
txfixtures/service.py | 549 ++++++++++++++++++++++++++++
txfixtures/tachandler.py | 46 +--
txfixtures/tests/__init__.py | 0
txfixtures/tests/test_mongodb.py | 61 ++++
txfixtures/tests/test_phantomjs.py | 53 +++
txfixtures/tests/test_reactor.py | 129 +++++++
txfixtures/tests/test_service.py | 435 ++++++++++++++++++++++
51 files changed, 3622 insertions(+), 101 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txfixtures.git
More information about the Python-modules-commits
mailing list