[Python-modules-commits] [nose2] 01/06: Import nose2_0.6.2.orig.tar.gz

Brian May bam at moszumanska.debian.org
Thu Feb 25 10:47:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository nose2.

commit 8594ef0cf864e60e6c8c75f2d659aa1de7b5a65c
Author: Brian May <bam at debian.org>
Date:   Thu Feb 25 20:37:58 2016 +1100

    Import nose2_0.6.2.orig.tar.gz
---
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   8 +++---
 README.rst                                         |   2 --
 docs/changelog.rst                                 |  29 +++++++++++++++++++++
 nose2.egg-info/PKG-INFO                            |   8 +++---
 nose2.egg-info/SOURCES.txt                         |   7 +++++
 nose2.egg-info/entry_points.txt                    |   2 +-
 nose2.egg-info/requires.txt                        |   2 ++
 .../functional/support/scenario/doctests/docs.rst  |   2 ++
 .../scenario/doctests/doctests_pkg1/docs1.rst      |   2 ++
 .../junitxml/empty_properties/properties.json      |   0
 .../support/scenario/tests_in_package/docs.rst     |   2 ++
 .../scenario/tests_in_unzipped_eggs/docs.rst       |   2 ++
 .../support/scenario/tests_in_zipped_eggs/docs.rst |   2 ++
 .../tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg    | Bin 0 -> 5290 bytes
 nose2/tests/functional/test_coverage.py            |  10 ++++---
 setup.py                                           |   2 +-
 17 files changed, 63 insertions(+), 19 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index f4337dc..4014291 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include tox.ini
 include unittest.cfg
 include README.rst
 include license.txt
-recursive-include nose2/tests/functional/support *.py *.txt *.cfg
+recursive-include nose2/tests/functional/support *.py *.txt *.cfg *.rst *.json *.egg
 recursive-include docs *.inc *.py *.rst Makefile
 graft bin
 global-exclude __pycache__
diff --git a/PKG-INFO b/PKG-INFO
index dbce22d..a570ca6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,14 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: nose2
-Version: 0.6.0
+Version: 0.6.2
 Summary: nose2 is the next generation of nicer testing for Python
 Home-page: https://github.com/nose-devs/nose2
 Author: Jason Pellerin
 Author-email: jpellerin+nose at gmail.com
 License: UNKNOWN
-Description: *Looking for maintainers. See https://github.com/nose-devs/nose2/issues/261*
-        
-        .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
+Description: .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
             :target: https://travis-ci.org/nose-devs/nose2
             :alt: Build Status
             
diff --git a/README.rst b/README.rst
index e30055d..b82c653 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,3 @@
-*Looking for maintainers. See https://github.com/nose-devs/nose2/issues/261*
-
 .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
     :target: https://travis-ci.org/nose-devs/nose2
     :alt: Build Status
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d654296..949745b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,35 @@
 Changelog
 =========
 
+0.6.2
+-----
+
+* Fixed
+    * fix the coverage plugin tests for coverage==3.7.1
+
+0.6.1
+-----
+
+* Fixed
+    * missing test files added to package.
+
+0.6.0
+-----
+
+* Added
+    * Junit XML report support properties
+    * Improve test coverage
+    * Improve CI
+    * Add a `createdTestSuite` event, fired after test loading
+
+* Fixed
+    * Junit-xml plugin fixed on windows
+    * Ensure tests are importable before trying to load them
+    * Fail test instead of skipping it, when setup fails
+    * When test loading fails, print the traceback
+    * Make the ``collect`` plugin work with layers
+    * Fix coverage plugin to take import-time coverage into account
+
 0.4.7
 -----
 
diff --git a/nose2.egg-info/PKG-INFO b/nose2.egg-info/PKG-INFO
index dbce22d..a570ca6 100644
--- a/nose2.egg-info/PKG-INFO
+++ b/nose2.egg-info/PKG-INFO
@@ -1,14 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: nose2
-Version: 0.6.0
+Version: 0.6.2
 Summary: nose2 is the next generation of nicer testing for Python
 Home-page: https://github.com/nose-devs/nose2
 Author: Jason Pellerin
 Author-email: jpellerin+nose at gmail.com
 License: UNKNOWN
-Description: *Looking for maintainers. See https://github.com/nose-devs/nose2/issues/261*
-        
-        .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
+Description: .. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
             :target: https://travis-ci.org/nose-devs/nose2
             :alt: Build Status
             
diff --git a/nose2.egg-info/SOURCES.txt b/nose2.egg-info/SOURCES.txt
index 842280d..ce71f7f 100644
--- a/nose2.egg-info/SOURCES.txt
+++ b/nose2.egg-info/SOURCES.txt
@@ -144,13 +144,16 @@ nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.py
 nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.py
 nose2/tests/functional/support/scenario/decorators/test_decorators.py
 nose2/tests/functional/support/scenario/doctests/docs.py
+nose2/tests/functional/support/scenario/doctests/docs.rst
 nose2/tests/functional/support/scenario/doctests/docs.txt
 nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.py
 nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.py
+nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst
 nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.txt
 nose2/tests/functional/support/scenario/dundertest_attribute/test.py
 nose2/tests/functional/support/scenario/expected_failures/expected_failures.py
 nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.py
+nose2/tests/functional/support/scenario/junitxml/empty_properties/properties.json
 nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.py
 nose2/tests/functional/support/scenario/junitxml/empty_properties/unittest.cfg
 nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.py
@@ -203,6 +206,7 @@ nose2/tests/functional/support/scenario/test_classes/test_fixtures.py
 nose2/tests/functional/support/scenario/test_with_module/test_coverage.py
 nose2/tests/functional/support/scenario/test_with_module/lib/__init__.py
 nose2/tests/functional/support/scenario/test_with_module/lib/mod1.py
+nose2/tests/functional/support/scenario/tests_in_package/docs.rst
 nose2/tests/functional/support/scenario/tests_in_package/docs.txt
 nose2/tests/functional/support/scenario/tests_in_package/setup.py
 nose2/tests/functional/support/scenario/tests_in_package/unittest.cfg
@@ -210,6 +214,7 @@ nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.py
 nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.py
 nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.py
 nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py
+nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.txt
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.py
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/unittest.cfg
@@ -220,7 +225,9 @@ nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.py
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.py
 nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.py
+nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst
 nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.txt
+nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
 nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.py
 nose2/tests/functional/support/scenario/tests_in_zipped_eggs/unittest.cfg
 nose2/tests/functional/support/such/output.txt
diff --git a/nose2.egg-info/entry_points.txt b/nose2.egg-info/entry_points.txt
index 22d3d04..fea5735 100644
--- a/nose2.egg-info/entry_points.txt
+++ b/nose2.egg-info/entry_points.txt
@@ -1,4 +1,4 @@
 [console_scripts]
 nose2 = nose2:discover
-nose2-3.2 = nose2:discover
+nose2-2.6 = nose2:discover
 
diff --git a/nose2.egg-info/requires.txt b/nose2.egg-info/requires.txt
index 30fe566..b3fafd7 100644
--- a/nose2.egg-info/requires.txt
+++ b/nose2.egg-info/requires.txt
@@ -1,4 +1,6 @@
 six>=1.1
+unittest2>=0.5.1,<0.6
+argparse>=1.2.1,<1.3
 
 [coverage_plugin]
 cov-core>=1.12
diff --git a/nose2/tests/functional/support/scenario/doctests/docs.rst b/nose2/tests/functional/support/scenario/doctests/docs.rst
new file mode 100644
index 0000000..1c0deeb
--- /dev/null
+++ b/nose2/tests/functional/support/scenario/doctests/docs.rst
@@ -0,0 +1,2 @@
+>>> 1 == 1
+True
diff --git a/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst b/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst
new file mode 100644
index 0000000..1c0deeb
--- /dev/null
+++ b/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst
@@ -0,0 +1,2 @@
+>>> 1 == 1
+True
diff --git a/nose2/tests/functional/support/scenario/junitxml/empty_properties/properties.json b/nose2/tests/functional/support/scenario/junitxml/empty_properties/properties.json
new file mode 100644
index 0000000..e69de29
diff --git a/nose2/tests/functional/support/scenario/tests_in_package/docs.rst b/nose2/tests/functional/support/scenario/tests_in_package/docs.rst
new file mode 100644
index 0000000..1c0deeb
--- /dev/null
+++ b/nose2/tests/functional/support/scenario/tests_in_package/docs.rst
@@ -0,0 +1,2 @@
+>>> 1 == 1
+True
diff --git a/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst b/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst
new file mode 100644
index 0000000..1c0deeb
--- /dev/null
+++ b/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst
@@ -0,0 +1,2 @@
+>>> 1 == 1
+True
diff --git a/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst b/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst
new file mode 100644
index 0000000..1c0deeb
--- /dev/null
+++ b/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst
@@ -0,0 +1,2 @@
+>>> 1 == 1
+True
diff --git a/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg b/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
new file mode 100644
index 0000000..9755814
Binary files /dev/null and b/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg differ
diff --git a/nose2/tests/functional/test_coverage.py b/nose2/tests/functional/test_coverage.py
index d2201a7..6c5a5bd 100644
--- a/nose2/tests/functional/test_coverage.py
+++ b/nose2/tests/functional/test_coverage.py
@@ -16,12 +16,14 @@ class TestCoverage(FunctionalTestCase):
             '--with-coverage',
             '--coverage=lib/'
         )
-        STATS = '           8      5    38%'
-
+        STATS = '\s+8\s+5\s+38%'
+        expected = os.path.join('lib', 'mod1(.py)?')
+        expected = expected.replace('\\', r'\\')
+        expected = expected + STATS
         stdout, stderr = proc.communicate()
         self.assertTestRunOutputMatches(
             proc,
-            stderr=os.path.join('lib', 'mod1.py').replace('\\', r'\\') + STATS)
+            stderr=expected)
         self.assertTestRunOutputMatches(
             proc,
-            stderr='TOTAL      ' + STATS)
+            stderr='TOTAL\s+' + STATS)
diff --git a/setup.py b/setup.py
index 79f9ecb..ef348b3 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import os
 import sys
 
 NAME = 'nose2'
-VERSION = '0.6.0'
+VERSION = '0.6.2'
 PACKAGES = ['nose2', 'nose2.plugins', 'nose2.plugins.loader',
             'nose2.tests', 'nose2.tests.functional', 'nose2.tests.unit',
             'nose2.tools', 'nose2.backports']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose2.git



More information about the Python-modules-commits mailing list