holger krekel
|
d108235095
|
implement and document new invocation mechanisms, see doc/usage.txt
also rename pytest._core to pytest.main for convenience.
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
6a734efe44
|
introduce a minimal tag-based tracer, to be extended if needed, strike pytest_trace hook.
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
99dfb8ad65
|
reverse options ordering in Parser class instead of on PluginManager
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
bb732a4e75
|
add "linelist" type for ini-files
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
b1e4301457
|
document and refine py.test.fail helper and strike superflous ExceptionFailure class
refine builtin organisation and start a new doc
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
fed8f19156
|
introduce norecursedirs config option, remove recfilter()
|
2010-11-04 23:21:26 +01:00 |
holger krekel
|
5251653fc3
|
remove pytest_report_iteminfo hook, i strongly guess nobody needs or uses it.
|
2010-11-04 23:21:23 +01:00 |
holger krekel
|
c18cca9d54
|
massive documentation refinements
|
2010-11-02 00:53:53 +01:00 |
holger krekel
|
7d495cc250
|
majorly changing the unittest compatibility code, calling TestCase(name)(result)
|
2010-11-01 23:08:16 +01:00 |
holger krekel
|
53d1cfc3a1
|
allow unregistration by name
|
2010-11-01 09:20:58 +01:00 |
holger krekel
|
32ac7a7c6e
|
rename addargs to addopts, make adding of opts configurable
|
2010-11-01 08:55:14 +01:00 |
holger krekel
|
85c24b7fa1
|
some test fixes and refinements
|
2010-11-01 08:16:10 +01:00 |
holger krekel
|
cf8dd64703
|
slightly simplify collection node init
|
2010-11-01 01:01:31 +01:00 |
holger krekel
|
c3ec2718a2
|
fix tests by using less likely existing import names
|
2010-11-01 00:38:44 +01:00 |
holger krekel
|
209140fea0
|
simplify session object and rename some more hooks, not exposed/released yet
|
2010-11-01 00:27:12 +01:00 |
holger krekel
|
5616874823
|
streamline some hook docs and option handling, remove cruft bits, fix doc links
|
2010-10-31 23:28:31 +01:00 |
holger krekel
|
f1e3dde2ec
|
bump version, add a bit to changelog
|
2010-10-31 19:53:11 +01:00 |
holger krekel
|
8871ca5bfa
|
introduce "-q" option which decreases verbosity and basically leads to a unittest/nosetest-style "." output
add it in an ini file like this:
[pytest]
addargs=-q
and you get that by default.
|
2010-10-31 19:51:16 +01:00 |
holger krekel
|
bb50ec89a9
|
remove restdoc plugin which now lives as pytest-restdoc on bitbucket,
and be easily included in a project now (like PyPy which still needs it)
|
2010-10-31 19:04:22 +01:00 |
holger krekel
|
868670b5f2
|
fix --help output for ini-options
|
2010-10-31 19:02:38 +01:00 |
holger krekel
|
23f8d8bce7
|
allow modules/conftest files specify dotted import paths for loading plugins
|
2010-10-31 19:01:46 +01:00 |
holger krekel
|
03924d205d
|
show pytest.__version__ not pylib
|
2010-10-31 18:57:44 +01:00 |
holger krekel
|
35969e13ae
|
remove feature deprecated prior even to 1.0
|
2010-10-31 18:46:10 +01:00 |
holger krekel
|
7138df5b51
|
bump version
--HG--
branch : trunk
|
2010-10-31 18:06:11 +01:00 |
holger krekel
|
bc574f4d94
|
remove superflous collect_by_name, and improve some docs
--HG--
branch : trunk
|
2010-10-31 18:01:33 +01:00 |
holger krekel
|
b6ec5a575d
|
get option settings from ini-file. make getting configuration options from conftest.py only an internal feature.
--HG--
branch : trunk
|
2010-10-31 17:41:58 +01:00 |
holger krekel
|
1280041f0c
|
add and document new parser.addini(name, description) method to describe
ini-values. Also document the parser object with its public methods.
--HG--
branch : trunk
|
2010-10-30 19:23:50 +02:00 |
holger krekel
|
2d8bcbdf55
|
document "setup.py test" to use genscript'ed version.
--HG--
branch : trunk
|
2010-10-28 09:29:56 +02:00 |
holger krekel
|
c9e629c870
|
remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now.
revamp py.test --help-config
--HG--
branch : trunk
|
2010-10-27 22:29:01 +02:00 |
holger krekel
|
b86b1628bb
|
introduce reading of setup.cfg / ini-style configuration files
rename internal config.Error to pytest.UsageError
--HG--
branch : trunk
|
2010-10-27 19:35:27 +02:00 |
holger krekel
|
90c1084a88
|
add --lsof self-testing option
--HG--
branch : trunk
|
2010-10-26 09:11:53 +02:00 |
holger krekel
|
34c5c5d878
|
fix capturing: properly finalize self-testing of py.test, reducing number of open files during the
test run.
--HG--
branch : trunk
|
2010-10-25 23:09:24 +02:00 |
holger krekel
|
5fc87acf9b
|
re-introduce compatibility attributes on collection nodes to keep compatible with code like::
def pytest_collect_file(path, parent):
... parent.Module(...)
--HG--
branch : trunk
|
2010-10-25 23:09:21 +02:00 |
holger krekel
|
4480401119
|
allow unittest test functions to work with the "pytestmark" mechanism
by refactoring mark/keyword handling and initialization
--HG--
branch : trunk
|
2010-10-25 23:08:56 +02:00 |
holger krekel
|
a6f10a6d80
|
unify collection for finding items and for finding initial nodes.
--HG--
branch : trunk
|
2010-10-25 23:08:41 +02:00 |
holger krekel
|
603ff3a64f
|
also check for stderr, add changelog entry
--HG--
branch : trunk
|
2010-10-24 23:43:35 +02:00 |
holger krekel
|
b4210f3ae0
|
fix issue93 - hide output of code in early-loaded conftest files
--HG--
branch : trunk
|
2010-10-24 23:26:14 +02:00 |
holger krekel
|
6cddd7e793
|
bump version
--HG--
branch : trunk
|
2010-10-23 15:42:53 +02:00 |
holger krekel
|
c2c8471f3d
|
fix broken tests / last checkin
--HG--
branch : trunk
|
2010-10-22 12:04:50 +02:00 |
holger krekel
|
1999180dfd
|
xpass tests don't cause non-zero exit codes
--HG--
branch : trunk
|
2010-10-22 12:00:17 +02:00 |
holger krekel
|
56afcfc9f3
|
make safer filenames
--HG--
branch : trunk
|
2010-10-21 16:10:37 +02:00 |
holger krekel
|
dc5e2f5ed3
|
bump version, fix readme
--HG--
branch : trunk
|
2010-10-21 12:18:10 +02:00 |
holger krekel
|
e3f48a81c5
|
skip tests that want to invoke py.test without proper installation
--HG--
branch : trunk
|
2010-10-20 22:10:35 +02:00 |
Ronny Pfannschmidt
|
039037701a
|
use pyfuncitem name for tmpdir in order to take generative test id into account
--HG--
branch : trunk
|
2010-10-17 00:24:59 +02:00 |
holger krekel
|
170346654c
|
turn most funcargrequest attributes into properties and document them.
--HG--
branch : trunk
|
2010-10-16 23:59:38 +02:00 |
Ronny Pfannschmidt
|
5d798feaf0
|
fix genscript by copying the new implementation from the genscript package
--HG--
branch : trunk
|
2010-10-16 03:10:14 +02:00 |
Ronny Pfannschmidt
|
2a579217b8
|
alias function keywords to funcarg request keywords
--HG--
branch : trunk
|
2010-10-16 02:00:05 +02:00 |
holger krekel
|
2e4391d28e
|
major refinements to documentation and examples
--HG--
branch : trunk
|
2010-10-13 19:30:00 +02:00 |
holger krekel
|
9925ac883e
|
refine and document conftest loading and handling.
--HG--
branch : trunk
|
2010-10-13 18:45:07 +02:00 |
holger krekel
|
f3fb91e296
|
remove all deprecated functionality and tests
--HG--
branch : trunk
|
2010-10-13 18:41:53 +02:00 |