summaryrefslogtreecommitdiff
path: root/ISSUES.txt
AgeCommit message (Collapse)Author
2014-10-13fix some spelling mistakesTomV
--HG-- branch : some_spelling_fixes
2014-05-10remove the idea that nose support should be moved to a plugin.holger krekel
2014-01-18replace py.test module references with pytestJurko Gospodnetić
The only remaining 'py.test' references are: * those referring to the 'py.test' executable * those in code explicitly testing py.test/pytest module compatibility * those in old CHANGES documentation * those in documentation generated based on external data * those in seemingly unfinished & unmaintained Japanese documentation Minor stylistic changes and typo corrections made to documentation next to several applied py.test --> pytest content changes.
2013-08-09add a note about how a lightweight but more powerful function-mocker could ↵holger krekel
be done (compared to standard mock).
2013-08-01small mod to test BNDholger krekel
2013-08-01plugin versions are displayed now.holger krekel
2013-08-01no funcargs for setup functions, rather use autouse fixtures.holger krekel
2013-08-01remove an old issue.holger krekel
2013-08-01remove an entryholger krekel
2013-01-27add some bits to ISSUESRonny Pfannschmidt
2013-01-16Add isolation plugin as a featureFloris Bruynooghe
2012-10-28remove issue that doesn't make sense anymoreholger krekel
2012-10-05rename a number of internal and externally visible variables to use the ↵holger krekel
fixture name rather than funcargs. Introduce .funcargnames compatibility attribute for backward compat.
2012-06-23fix skip/xfail confusion, reported and discussed onholger krekel
http://stackoverflow.com/questions/11105828/in-py-test-when-i-explicitly-skip-a-test-that-is-marked-as-xfail-how-can-i-get
2012-03-31write down some thoughts on parametrization - still not completely clear ↵holger krekel
what the next stage should look like ...
2012-03-19walk through issuesholger krekel
2011-12-01add new "parametrize refinement" issue critical for 2.2 seriesholger krekel
also cleanup issues a bit and make a note on xUnit/funcargs collaboration
2011-12-01some updates, add fslayout ideaholger krekel
2011-10-18bump to version 2.1.3, add release announce, regen docs (with make regen)holger krekel
2011-09-21quick review of issuesholger krekel
2011-07-07add a note about hook partial finalization issuesholger krekel
2011-03-05improve and clarify skipping docsholger krekel
2010-11-05update issuesholger krekel
2010-10-31update issuesholger krekel
2010-10-03fix a problem and make a note about pytest_nose calling setup/teardown functionsholger krekel
--HG-- branch : trunk
2010-09-28fix a collection bug where a::b::c could not be resolved properly ifholger krekel
there are multiple 'b' nodes. --HG-- branch : trunk
2010-09-26shift reporting info generation away from terminal reporting time, simplify ↵holger krekel
code. also get rid of redundant 'shortrepr' on collect/test reports and rename reportinfo to "location" in some places --HG-- branch : trunk
2010-07-26remove trailing whitespace everywhereholger krekel
--HG-- branch : trunk
2010-07-26update issuesholger krekel
--HG-- branch : trunk
2010-06-08capture a concrete idea for easing platform-specific testing.holger krekel
--HG-- branch : trunk
2010-05-14adding three x-failing tests for issue88, issue93 and related issuesholger krekel
--HG-- branch : trunk
2010-05-10add an issue about py.test.config deprecationholger krekel
--HG-- branch : trunk
2010-05-09update ISSUESholger krekel
--HG-- branch : trunk
2010-04-30update implementation ISSUES, add one for session/refinements/a collection crashholger krekel
--HG-- branch : trunk
2010-02-09note down two issues after having helped prologic - also related toholger krekel
earlier discussions with ronny and others. --HG-- branch : trunk
2010-02-07add some issuesholger krekel
--HG-- branch : trunk
2010-01-21fail doc generation if pygments is not installedholger krekel
--HG-- branch : trunk
2010-01-13another wishholger krekel
--HG-- branch : trunk
2010-01-13some issue soritng related to the 1.2 seriesholger krekel
--HG-- branch : trunk
2010-01-13reduce usage of the global py.test.config which maybe should die or become ↵holger krekel
less global at some point (along with py.test.ensuretemp) --HG-- branch : trunk
2010-01-12introduce a new pytest_report_header(hook) hook to add additional test-run ↵holger krekel
relevant information to the header of a test report. --HG-- branch : trunk
2010-01-11fix sessionstart/sessionfinish handling at the slave side, set ↵holger krekel
"session.nodeid" to id of the slave and make sure "final" teardown failures are reported nicely. fixes issue66. --HG-- branch : trunk
2010-01-10fix and test bug: dist-testing now works again without execnet/pylib ↵holger krekel
installed remotely. fixes issue65. --HG-- branch : trunk
2010-01-03add potential feature from py-dev discussionholger krekel
--HG-- branch : trunk
2010-01-03update issues, version numbersholger krekel
--HG-- branch : trunk
2010-01-03disable default inclusion of figleaf plugin because it caused testholger krekel
failures wrt to capturing/logging interaction. pytest_figleaf should anyway better become its own externally living plugin. --HG-- branch : trunk
2009-12-31adding a logxml plugin and a --xml=path option generating a junit-xml style ↵holger krekel
result log. The xml result log can be parsed nicely by hudson. Initial code was based on Ross Lawley's pytest_xmlresult plugin. --HG-- branch : trunk
2009-12-30update ISSUES some more, introduce duration to RunResult and a failing ↵holger krekel
dist-testing termination test. --HG-- branch : trunk
2009-12-30skip tests using 'capfd' funcarg but not having os.dup. cleanup issues and ↵holger krekel
regen plugin docs. --HG-- branch : trunk
2009-12-29streamline some tests and overall reduce py.test.ensuretemp usage, note down ↵holger krekel
issue about deprecation . --HG-- branch : trunk