Jurko Gospodnetić
|
af0edf0d10
|
Documentation cleanup - corrected typos & minor stylistic changes.
|
2011-12-05 11:10:48 +01:00 |
holger krekel
|
50c9e3f654
|
improve parametrize() docs
|
2011-11-19 23:45:05 +00:00 |
holger krekel
|
59b8ea1746
|
fix makeinstall
|
2011-11-18 21:28:14 +00:00 |
holger krekel
|
cf02fb60c1
|
isolate test example run
|
2011-11-18 21:26:38 +00:00 |
holger krekel
|
679d72eedf
|
fix typo in alfredo's name
|
2011-11-18 19:16:00 +00:00 |
holger krekel
|
48e6823c7a
|
small fix to release announcement
|
2011-11-18 18:45:15 +00:00 |
holger krekel
|
6b4e6eee09
|
improve release announcement, shift and fix examples a bit. Bump version to 2.2.0
|
2011-11-18 18:32:11 +00:00 |
holger krekel
|
a5e7b2760d
|
fix issue90 - perform teardown after its actual test function/item. This is implemented by modifying the runtestprotocol to remember "pending" teardowns and call them before the setup of the next item.
|
2011-11-18 16:01:29 +00:00 |
holger krekel
|
ec0565fac5
|
introduce metafunc.parametrize() and @pytest.mark.parametrize with examples. deprecate metafunc.addcall()
|
2011-11-17 11:09:21 +00:00 |
holger krekel
|
a51e52aee3
|
fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction.
|
2011-11-15 13:28:22 +00:00 |
holger krekel
|
9d3e51af9f
|
fix issue50 (add a reference to the already implemented -m) and improve release annoucnement and changelog.
|
2011-11-12 15:10:12 +00:00 |
holger krekel
|
36c42b5c15
|
introduce a new -m mark_expression option
|
2011-11-11 23:02:06 +00:00 |
holger krekel
|
bc8ee95e72
|
add ini-file "markers" option and a cmdline option "--markers" to show defined markers. Add "skipif", "xfail" etc. to the set of builtin markers shown with the --markers option.
|
2011-11-11 22:56:11 +00:00 |
holger krekel
|
67fbd24ebf
|
improve mark.txt document and add new regristration/markers features.
(welcome to documentation driven development)
|
2011-11-11 22:56:06 +00:00 |
holger krekel
|
7144cec580
|
avoid race condition in test, fix doc link
|
2011-11-08 22:06:57 +00:00 |
holger krekel
|
29bf205f3a
|
make --durations also show the execution times of setup/teardown calls. This requires a slight incompatibility - pytest_runtest_logreport now sees setup/teardown reports even if the tests passed.
|
2011-11-08 17:53:46 +00:00 |
holger krekel
|
3b9fd3abd8
|
introduce --durations=N showing slowest test executions
|
2011-11-08 17:20:56 +00:00 |
holger krekel
|
ae54151467
|
fix issue83 - add a link to already generated list of funcargs
|
2011-10-21 15:45:56 +02:00 |
holger krekel
|
448f1c0d9c
|
add 2.1.3 release announce to index, add floris to thanks
|
2011-10-18 20:58:19 +02:00 |
holger krekel
|
346da57a8a
|
bump to version 2.1.3, add release announce, regen docs (with make regen)
|
2011-10-18 20:07:45 +02:00 |
holger krekel
|
172d46abd0
|
add release announcement for 2.1.2
|
2011-09-24 08:06:39 +02:00 |
holger krekel
|
b490047b1c
|
make pip a bit more prominent now that it works on py3
|
2011-09-23 07:35:47 +02:00 |
Dinu Gherman
|
fab7615c8a
|
Capitalised start of headlines, added -ing to a few headlines.
|
2011-09-06 11:43:42 +02: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
|
fba2079292
|
bump version number, refine goodpractises wrt to importing test modules
|
2011-08-19 07:58:50 +02: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
|
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 |
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
|
50c8218501
|
mention pypi package name
|
2011-07-09 12:02:22 +02:00 |
holger krekel
|
dc8225afea
|
adding release announcement
|
2011-07-08 13:16:32 +02:00 |
holger krekel
|
8713f4ba60
|
fix issue 35 - provide download link and improved PDF version
|
2011-07-08 12:42:26 +02:00 |
holger krekel
|
79ac8c6681
|
reshuffle start page as per gutworth feedback
|
2011-07-06 22:05:48 +02:00 |
holger krekel
|
418cd482b1
|
fix a doc link
|
2011-07-06 21:47:33 +02:00 |
holger krekel
|
df85ddf0d2
|
don't import py
|
2011-07-06 20:25:54 +02:00 |
holger krekel
|
e7c8fc7db9
|
rearrange and streamline documentation navigation to better work
with readthedocs and also with PDF generation.
|
2011-07-06 20:21:59 +02:00 |
holger krekel
|
46950ef19a
|
rename and simplify the assert option:
cmdline usage is now: --assert=rewrite/reinterp/plain
there is no conflict detection (don't think that's neccessary)
|
2011-07-05 17:29:53 +02:00 |
Benjamin Peterson
|
4fcd346838
|
update assert docs
|
2011-06-29 10:52:39 -05:00 |
holger krekel
|
f4eb15632d
|
refine and streamline Floris example for an assert_reprcompare hook.
|
2011-06-20 18:12:48 +02:00 |
Floris Bruynooghe
|
d027f9d546
|
Add pytest_assertrepr_compare() docs
|
2011-06-20 14:18:12 +02:00 |
holger krekel
|
8de50347fb
|
some fixes and clarifications to assert docs
|
2011-06-18 22:30:46 +02:00 |
Benjamin Peterson
|
4b4a2c8162
|
merge heads
|
2011-06-18 15:09:50 -05:00 |
Benjamin Peterson
|
29d58ffdf2
|
note condition for introspection happening
|
2011-06-18 15:07:36 -05:00 |
holger krekel
|
9ea58242d4
|
fix getting-started which claimed you need to avoid side effect in asserts
|
2011-06-15 07:50:34 +02:00 |
Benjamin Peterson
|
8f6477f695
|
fix spacing
|
2011-06-12 16:39:38 -05:00 |
holger krekel
|
ce1b456762
|
back out pytest_configure_funcargs hook for now
|
2011-06-01 15:08:54 +02:00 |
holger krekel
|
5690beab5a
|
merge Benjamin's assertion-rewrite branch: all assertion related code is now part of py.test core distribution - the builtin assertion plugin to be precise.
See doc/assert.txt for details on how what has been improved.
|
2011-05-31 14:11:53 +02:00 |