Commit Graph

57 Commits

Author SHA1 Message Date
kurt grandis 1035878324 Merge pull request #14 from cclauss/patch-1
Python 3.5 and 3.6
2017-02-01 06:57:40 -05:00
cclauss 004aeb047e Python 3.5 but NOT Python3.6
The Travis instance is too old to support Python 3.6
2017-01-30 19:53:08 +01:00
kurt grandis 7e13b1a610 Merge pull request #15 from cclauss/patch-2
Update tox.ini: python 3.4-3.6
2017-01-30 08:20:15 -05:00
cclauss 36a7aca0c2 Update tox.ini 2017-01-30 00:36:52 +01:00
cclauss 59081ef0e3 Update .travis.yml 2017-01-30 00:36:03 +01:00
cclauss efef50e241 Update .travis.yml 2017-01-30 00:31:29 +01:00
cclauss 4d1824130e Python 3.5 and 3.6 2017-01-30 00:23:22 +01:00
Kurt Grandis c939ead268 bump version and contributors 2016-09-06 14:12:29 -04:00
kurt grandis fab9d41262 Merge pull request #8 from millerdev/exclude-tests-env
Add support for NOSE_EXCLUDE_TESTS env variable
2016-09-06 14:06:41 -04:00
Kurt Grandis 86340b2411 Merge branch 'develop' of github.com:kgrandis/nose-exclude into develop 2016-09-06 14:00:34 -04:00
kurt grandis 702945e62b Merge pull request #11 from alanhamlett/master
return None to not influence a test running
2016-09-06 13:59:05 -04:00
kurt grandis 86717f217c Merge pull request #12 from c4traz/patch-1
fix missing = in README
2016-05-19 20:01:30 -04:00
c4traz 6ff9c1c4c1 fix missing = 2016-05-19 23:53:03 +02:00
Alan Hamlett 6322586b14 test AssertionError from get_method_class 2016-04-27 14:12:53 +02:00
Daniel Miller 9de265bbf8 Add support for NOSE_EXCLUDE_TESTS env variable 2015-10-20 16:50:36 -04:00
Alan Hamlett f8ad6b1111 return None from wantMethod 2015-08-29 17:44:18 -07:00
Kurt Grandis 16f4c2c1f3 updated contributors. advanced version. PEP8. 2015-08-23 21:21:04 -04:00
Kurt Grandis d951d66593 Merge branch 'mat128-master' into develop 2015-08-23 21:12:25 -04:00
Mathieu Mitchell be1e5bd293 Workaround for distutils.fancy_getopt asserting instanceof(str)
Solves issue #4
2015-08-21 08:05:20 -04:00
Kurt Grandis 9ba891c964 update version 2015-08-19 19:10:46 -04:00
Kurt Grandis 0717e443fd futurize code also add ability to fetch a method's class depending on whether the system is py2 or py3 2015-06-25 02:51:42 -04:00
Kurt Grandis f413cd9396 resolve issue with analyzing symbolic paths 2015-06-24 23:40:32 -04:00
Kurt Grandis a78970a1f1 introducing tox environments to travis build system 2015-06-24 01:58:27 -04:00
Kurt Grandis 583c2d5aa0 updating authors, housecleaning, begin migration to github 2015-06-24 01:34:25 -04:00
Kurt Grandis ea66919acf Merged pull request from Victor Stinner <victor.stinner@gmail.com>: nose 1.3.1 now handles static methods 2015-06-24 01:04:48 -04:00
Kurt Grandis 20c07d9522 snapshot of 0.2.0 2015-06-24 01:02:38 -04:00
Kurt Grandis b07163b57e snapshot of 0.1.10 2015-06-24 00:53:32 -04:00
Kurt Grandis f7d14f3436 updating version 2012-09-20 23:19:31 -04:00
Kurt Grandis 139be77eb9 Merged in krw1243/nose-exclude (pull request #1) 2012-08-13 16:47:02 -04:00
Kurt Grandis 6a6444b09b Resolving Issue #6: enable environment variable usage. 2012-08-13 16:38:58 -04:00
Kelsey Prantis e6ac4f746c Test providing a non-existant directory as a exclude-dir 2012-05-04 15:25:47 -06:00
Kelsey Prantis 2c17f9e911 Continue if exclude-dir doesn't exist, just log warning. 2012-05-04 15:17:12 -06:00
Kurt Grandis de9264c323 Added tag 0.1.8 for changeset 1d0f0220ecf7 2012-04-07 14:54:12 -04:00
Kurt Grandis daad39d93f updated version 2012-04-07 14:54:08 -04:00
Kurt Grandis f95cd94a57 Added tag 0.1.8 for changeset 1f9ee38dfec9 2012-04-07 14:53:26 -04:00
Kurt Grandis 261a4b5e83 Added tag 0.1.8 for changeset 313dea58cea3 2012-04-07 14:49:23 -04:00
Kurt Grandis 4147e2722d added ability to comment exclude files and added docs on how to add more than one exclude value in a cfg file 2012-04-07 14:48:34 -04:00
Kurt Grandis 275cfae96c Added tag 0.1.7 for changeset 265073bf4a4e 2011-10-16 20:04:19 -04:00
Kurt Grandis 78db8ccb2c updating setup.py version 2011-10-16 20:02:26 -04:00
Kurt Grandis 97112a1a0a Added tag 0.1.7 for changeset bd49ff1961c3 2011-10-16 18:38:30 -04:00
Kurt Grandis 2e0053d9ed explicitly adding copyright and licensing files along with 'authors' 2011-10-16 18:38:09 -04:00
Kurt Grandis 0b584e237a Added tag 0.1.6 for changeset acfda89f26ab 2011-01-09 10:20:39 -05:00
Kurt Grandis 2ec7aa3942 Fixed issue where wantDirectory returned True instead of None. 2011-01-09 10:19:57 -05:00
Piotr Husiatyński c4dd803de0 Add support for multiple exclude-dir values for single parameter.
When using setup.cgf, it's impossible to specify more than one exclude-dir
parameter. Because of that, allow to specify more than one directory splited
by new line character for single exclude-dir key.
2010-12-16 23:11:36 +01:00
kgrandis@ubuntu a92ad46588 added MANIFEST.in to allow README.rst and proper PyPI 2010-04-06 15:31:55 -04:00
Kurt Grandis 1f399cb426 added zip_safe 2010-03-16 01:58:20 -04:00
Kurt Grandis 77e113bfd4 PEP8
refactored and cleaned up some pathing logic
added ability to pass in a file option
2010-03-08 00:51:12 -05:00
Kurt Grandis 5cfaee0056 updated project licensing to reflect Nose's licensing: Apache -> LGPL 2010-03-07 23:23:34 -05:00
Kurt Grandis cbdf5febf7 more details in documentation 2010-03-07 14:09:15 -05:00
Kurt Grandis 9f37ff24a2 ReST reformatting 2010-03-07 14:00:25 -05:00