[py-svn] pytest commit 0aaee1071bb4: update issues

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Nov 6 09:57:01 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1288996651 -3600
# Node ID 0aaee1071bb49468aa9dc35c3a18305262de9998
# Parent  4bdabf614c7658b422eba78d787f8bce41b81a2d
update issues

--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -3,11 +3,18 @@ checks / deprecations for next release
 tags: bug 2.4 core xdist
 
 * check oejskit plugin compatibility
-* some simple profiling 
 * move pytest_nose out of pylib because it implicitely extends
   the protocol now - setup/teardown is called at module level.
   consider making calling of setup/teardown configurable
 
+profiling / hook call optimization
+-------------------------------------
+tags: enhancement 2.1
+
+bench/bench.py reveals that for very quick running
+unit tests the hook architecture is a bit slow.
+Profile and improve hook calls.
+
 do early-teardown of test modules
 -----------------------------------------
 tags: feature 2.1
@@ -108,13 +115,12 @@ tags: feature 2.1
 allow to name conftest.py files (in sub directories) that should
 be imported early, as to include command line options.
 
-a central py.test ini/yml file
+improve central py.test ini file
 ----------------------------------
 tags: feature 2.1
 
-introduce a declarative configuration file that allows:
-- default options
-- to-be-collected test directories
+introduce more declarative configuration options:
+- (to-be-collected test directories)
 - required plugins
 - test func/class/file matching patterns
 - skip/xfail (non-intrusive)
@@ -125,14 +131,11 @@ new documentation
 tags: feature 2.1
 
 - logo py.test
-- reference / customization
-- writing a (local or global) plugin
 - examples for unittest or functional testing
 - resource management for functional testing
 - patterns: page object
 - parametrized testing
 - better / more integrated plugin docs
-  i.e. not per-plugin but per-feature referencing a plugin
 
 generalize parametrized testing to generate combinations
 -------------------------------------------------------------



More information about the pytest-commit mailing list