Florian Mayer
|
0e05a4fbcf
|
Improve --pyargs.
Don't evaluate modules and do nto show 'module not found' if ImportError is
thrown in the module.
|
2011-09-01 16:19:16 +02:00 |
Benjamin Peterson
|
8675cf640d
|
every boolop operand must have it's own format context (fixes #69)
|
2011-08-30 10:34:21 -04:00 |
Benjamin Peterson
|
8b211983ff
|
clear instead of deleting temporary assertion variables
|
2011-08-30 00:24:57 -04:00 |
Benjamin Peterson
|
661a8a4a92
|
only use the last part of the module name in the filename (fixes #68)
|
2011-08-30 00:12:07 -04:00 |
Benjamin Peterson
|
abe080c6b4
|
use different caches for optimized and unoptimized code (fixes #66)
|
2011-08-29 10:13:00 -04:00 |
Benjamin Peterson
|
574d230c22
|
add heading for next version
|
2011-08-29 10:10:00 -04:00 |
holger krekel
|
88c5299a94
|
fix announcement
|
2011-08-20 18:51:53 +02:00 |
holger krekel
|
09933b8b04
|
bump to 2.1.1, regen examples, add release announcement
|
2011-08-20 18:37:00 +02:00 |
holger krekel
|
fb1b1d9aae
|
jython-2.5.2 has a core bug preventing pytest to run :(
|
2011-08-19 19:25:52 +02:00 |
holger krekel
|
68a08840e1
|
adding issue numbers to the CHANGELOG
|
2011-08-19 18:06:46 +02:00 |
holger krekel
|
41b8a03b05
|
merge
|
2011-08-19 18:07:39 +02:00 |
holger krekel
|
fba2079292
|
bump version number, refine goodpractises wrt to importing test modules
|
2011-08-19 07:58:50 +02:00 |
Benjamin Peterson
|
9675b0f65c
|
factor out win32 checks
|
2011-08-18 18:15:30 -05:00 |
holger krekel
|
c426a67b0e
|
make test skipping more precise to fix a py32 test failure
|
2011-08-18 22:52:02 +02:00 |
Benjamin Peterson
|
6ca3c980bf
|
same as 6e94b1809f67: ENOTDIR is ENOENT on windows
|
2011-08-18 14:49:17 -05:00 |
Benjamin Peterson
|
5bd34f8ecc
|
windows kicks up a ENOENT when a part of the path is not a dir
|
2011-08-18 14:39:57 -05:00 |
Ronny Pfannschmidt
|
7636dc76e0
|
support pytest.set_trace in collection
|
2011-08-01 10:53:37 +02:00 |
Benjamin Peterson
|
c5dee7b549
|
_make_rewritten_pyc doesn't need to return anything
|
2011-07-25 21:42:57 -05:00 |
Benjamin Peterson
|
643ab120f4
|
only try to create the __pycache__ dir (not a tree to it) fixes #60
Also, improve error handling surrounding __pycache__ creation.
|
2011-07-25 21:40:38 -05:00 |
Benjamin Peterson
|
f86c8469f5
|
now fix py3...
|
2011-07-19 22:56:34 -05:00 |
Benjamin Peterson
|
22335acd09
|
use binary mode
|
2011-07-19 22:45:27 -05:00 |
Benjamin Peterson
|
8b866aa065
|
add a newline for window's sake
|
2011-07-19 22:41:58 -05:00 |
Benjamin Peterson
|
2c4964d290
|
escape '%' in specialized comparison explanations (fixes #63)
|
2011-07-19 21:42:00 -05:00 |
holger krekel
|
a70293fdb7
|
add ability to build pytest man page with "cd doc ; make man". Is to be
found in doc/_build/man/pytest.1 afterwards.
also streamline PDF generation a bit.
|
2011-07-14 23:13:32 +02:00 |
holger krekel
|
43113f9a9d
|
add some debugging tracing to assertion rewriting to understand where failures (specifically issue60) come from.
|
2011-07-14 19:17:17 +02:00 |
holger krekel
|
650c3bcfde
|
enhance debug tracing: print trace tags at the end of message and forget about "prefix".
Always log to "pytestdebug.log" if "--debug" option is given.
also move related code to pytest_helpconfig plugin.
|
2011-07-14 19:11:50 +02:00 |
Benjamin Peterson
|
ade9b9aa8e
|
add a test for vararg call
|
2011-07-14 11:46:32 -05:00 |
Benjamin Peterson
|
7576b3c7d0
|
fix assertion rewriting on calls with a double-star arg
|
2011-07-14 11:45:42 -05:00 |
Benjamin Peterson
|
85415135a4
|
merge heads
|
2011-07-13 13:34:24 -05:00 |
Benjamin Peterson
|
3cc8697744
|
respect sys.dont_write_bytecode and PYTHONDONTWRITEBYTECODE
|
2011-07-13 13:33:54 -05:00 |
holger krekel
|
703da22831
|
put systemout/systemerr to correct xml location
|
2011-07-13 18:47:27 +02:00 |
Benjamin Peterson
|
14ceaf2459
|
fix assertion rewriting in read-only directories (refs #60)
|
2011-07-12 17:09:14 -05:00 |
holger krekel
|
f3bc197afb
|
fix #59: provide better Jenkins stdout and stderr sections
|
2011-07-12 23:09:03 +02:00 |
Benjamin Peterson
|
aafe6a8e34
|
add changelog note about fixing large boolops
|
2011-07-12 11:13:34 -05:00 |
holger krekel
|
46b1348b79
|
merge heads
|
2011-07-12 17:21:48 +02:00 |
holger krekel
|
709da3fe84
|
add benjamin's post to docs, up version, open changelog
|
2011-07-12 10:38:02 +02:00 |
Benjamin Peterson
|
a59c2c9e17
|
roll test_long_chain in with other boolop tests
|
2011-07-11 09:24:07 -05:00 |
Michał Bartoszkiewicz
|
6096aeca53
|
Fix a typo in assertion rewriting.
|
2011-07-11 11:57:47 +02:00 |
Benjamin Peterson
|
8cd68494bf
|
update assertion option names
|
2011-07-10 21:02:36 -05:00 |
holger krekel
|
dd4b252749
|
add experimental "+1" button
|
2011-07-09 13:48:55 +02:00 |
holger krekel
|
59067684cd
|
switching back to pytest.org self-hosting for docs - there is too much issues where i needed/need to poke people :/
|
2011-07-09 13:23:58 +02:00 |
holger krekel
|
81f4a07548
|
Added tag 2.1.0 for changeset e5e1746a197f
|
2011-07-09 12:02:27 +02:00 |
holger krekel
|
50c8218501
|
mention pypi package name
|
2011-07-09 12:02:22 +02:00 |
holger krekel
|
814c6c70f1
|
try use distribute always, update version
|
2011-07-09 10:09:04 +02:00 |
holger krekel
|
85118e9019
|
needs pypi.testrun.org for now to pull py lib
|
2011-07-08 23:09:41 +02:00 |
holger krekel
|
c2cdc66eca
|
only invoke distribute's use_setuptools when there is no setuptools installed
|
2011-07-08 22:58:22 +02:00 |
Benjamin Peterson
|
bc66cd85b1
|
customize pyc tag based on implementation
|
2011-07-08 13:53:23 -05:00 |
Benjamin Peterson
|
639f35bbc4
|
on windows, rename is not atomic, so utilize exclusive access to the file
|
2011-07-08 13:17:42 -05:00 |
holger krekel
|
8c683acad1
|
finalize 2.1.0 version numbering
|
2011-07-08 13:23:12 +02:00 |
holger krekel
|
dc8225afea
|
adding release announcement
|
2011-07-08 13:16:32 +02:00 |