Takafumi Arakaki
|
5ba2a7f628
|
Add texinfo build target to doc/*/Makefile
|
2013-03-10 07:25:14 +01:00 |
Benjamin Peterson
|
0cf79b29cd
|
in the default Python 2 case, manually check the source is ASCII (fixes #269)
|
2013-03-08 10:44:41 -05:00 |
Floris Bruynooghe
|
6d1662e4b7
|
Use py.builtin._basestring
|
2013-02-15 13:38:40 +00:00 |
Floris Bruynooghe
|
850fd2b7f7
|
Mention fix of issue 266 in changelog
|
2013-02-15 13:28:26 +00:00 |
Floris Bruynooghe
|
48e6aa9dc7
|
Allow MarkEvaluator expressions to be unicode
This fixes issue #266.
|
2013-02-15 11:47:48 +00:00 |
Ronny Pfannschmidt
|
0dd05023b8
|
fix issue 251 - report a skip instead of ignoring classes with init
|
2013-02-15 10:18:00 +01:00 |
Ronny Pfannschmidt
|
aeba66ac6a
|
fix typo in link
|
2013-02-14 14:15:13 +01:00 |
Ronny Pfannschmidt
|
d23f9fab46
|
update changelog
|
2013-02-14 13:17:05 +01:00 |
Ronny Pfannschmidt
|
69ef750091
|
fix issue134 - print the collect errors that prevent running specified test items
|
2013-02-14 12:21:42 +01:00 |
Ronny Pfannschmidt
|
ca8b3c2307
|
unify logic for error exit on test failures
|
2013-02-14 12:13:04 +01:00 |
holger krekel
|
857c99d354
|
fix py32 incompatible syntax
|
2013-02-14 12:17:23 +01:00 |
holger krekel
|
3785f1aae3
|
make dev pytest depend on installing from pypi.testrun.org
|
2013-02-14 11:57:32 +01:00 |
holger krekel
|
d0e18ac63f
|
issue250 unicode/str mixes in parametrization names and values now works
|
2013-02-12 23:30:34 +01:00 |
holger krekel
|
296f752cca
|
fix --genscript option to generate standalone scripts that also
work with python3.3 (importer ordering)
|
2013-02-12 22:59:29 +01:00 |
holger krekel
|
456731ed0f
|
fix issue257 assertion-triggered compilation of source ending in a
comment line doesn't blow up in python2.5 (fixed through py>=1.4.13.dev6)
|
2013-02-12 22:43:33 +01:00 |
holger krekel
|
c8653b4c02
|
merge
|
2013-02-12 20:45:01 +01:00 |
holger krekel
|
e7a86caac2
|
strike python3.1 tox testing, 3.2 and 3.3 is enough
|
2013-02-12 20:44:04 +01:00 |
Ronny Pfannschmidt
|
162c3689c6
|
fix issue 260 - don't use nose specials on plain unittest cases
|
2013-02-07 17:53:13 +01:00 |
Ronny Pfannschmidt
|
b94c3084a6
|
small line length fix in nose plugin call optional
|
2013-02-07 10:41:07 +01:00 |
holger krekel
|
570ad36eaf
|
fix parametrized testid to provide for uniqueness
|
2013-02-05 17:41:45 +01:00 |
holger krekel
|
9d107523a1
|
py3 fixes
|
2013-02-04 16:07:51 +01:00 |
holger krekel
|
06ab38a2fc
|
strip old comment and hack
|
2013-02-03 20:47:39 +01:00 |
holger krekel
|
e007f2dc54
|
add note on leipzig course in june 2013
|
2013-02-02 20:15:01 +01:00 |
Ronny Pfannschmidt
|
64e6c71bf6
|
merge
|
2013-01-27 02:10:52 +01:00 |
Ronny Pfannschmidt
|
80f590288b
|
add some bits to ISSUES
|
2013-01-27 02:10:29 +01:00 |
Ronny Pfannschmidt
|
570688f701
|
ensure OutcomeExceptions like skip/fail have initialized exception attributes
|
2013-01-27 02:06:19 +01:00 |
holger krekel
|
c5f587d6db
|
don't test on py24 for now because tox/virtualenv-1.8 does not support
python2.4
|
2013-01-26 14:49:33 +01:00 |
holger krekel
|
ee713ad036
|
add Brian Okken's blog post as a tutorial
|
2013-01-21 09:04:01 +01:00 |
Floris Bruynooghe
|
51b40dd22c
|
Add isolation plugin as a feature
|
2013-01-16 17:09:17 +00:00 |
Benjamin Peterson
|
65edf87ea6
|
display the repr of some global names (fixes #171)
|
2013-01-10 11:59:08 -06:00 |
holger krekel
|
4d4b551079
|
adapt locations of ML to new @python.org location
|
2012-12-27 16:48:17 +01:00 |
holger krekel
|
e13fedc256
|
fix pylib links
|
2012-12-27 16:48:14 +01:00 |
holger krekel
|
97f9bc2e46
|
fix/enhance example
|
2012-12-20 15:57:07 +01:00 |
holger krekel
|
d0bf65e6c8
|
adding an example on how to do interact with the list of collected tests once before any tests are run
|
2012-12-16 11:28:17 +01:00 |
holger krekel
|
8d25e52e1e
|
add sentry
|
2012-12-15 08:09:23 +01:00 |
Dusty Phillips
|
6fefab0e3a
|
pocoo no longer has a pastebin service, so this section title is incorrect.
|
2012-12-11 12:04:12 -07:00 |
holger krekel
|
1e94d900f2
|
fixed versioning, thanks Arfrever
|
2012-12-09 09:19:33 +01:00 |
holger krekel
|
5f99511ab7
|
fix test after ronny's pytest-debug improvements
|
2012-12-04 20:31:37 +01:00 |
holger krekel
|
22dd5e29e2
|
when informations gets truncated, mention use of "-vv" to see it.
|
2012-11-30 12:18:12 +01:00 |
Ronny Pfannschmidt
|
725e63db66
|
improve PYTEST_DEBUG tracing output
by putingextra data on a new lines
with additional indent
|
2012-11-29 10:04:39 +01:00 |
holger krekel
|
3d79e7060e
|
allow to specify prefixes starting with "_" when
customizing python_functions test discovery. (thanks Graham Horler)
|
2012-11-28 09:23:36 +01:00 |
Graham Horler
|
1d7c71884e
|
Remove check for "_" prefix on python functions (use python_functions)
(See IRC hpk 2012-11-27 14:56: after the python_functions customization
was introduced, it makes sense to disregard the preliminary "_" check)
|
2012-11-27 16:58:08 +00:00 |
Wieland Hoffmann
|
ffb5b8efa1
|
Fix a broken link to pytest-twisted
|
2012-11-22 19:59:15 +01:00 |
holger krekel
|
68786a6434
|
fix bug where using capsys with pytest.set_trace() in a test
function would break when looking at capsys.readouterr()
|
2012-11-21 20:43:31 +01:00 |
holger krekel
|
b97de57ebe
|
improve docstring for metafunc.parametrize()
|
2012-11-21 10:13:44 +01:00 |
holger krekel
|
03445913e0
|
reanme README.txt to README.rst
|
2012-11-20 14:37:39 +01:00 |
holger krekel
|
8580058ffb
|
move long description into README
|
2012-11-20 14:24:26 +01:00 |
holger krekel
|
1c9ef2443f
|
bump version, fix -k option help
|
2012-11-20 14:20:39 +01:00 |
holger krekel
|
cac1a48fc7
|
Added tag 2.3.4 for changeset ef299e57f242
|
2012-11-20 14:09:40 +01:00 |
holger krekel
|
b5955c5979
|
fix version number, final fixes
|
2012-11-20 14:01:31 +01:00 |