[py-svn] r63989 - in py/trunk: . doc

hpk at codespeak.net hpk at codespeak.net
Sun Apr 12 09:48:37 CEST 2009


Author: hpk
Date: Sun Apr 12 09:48:35 2009
New Revision: 63989

Removed:
   py/trunk/doc/links.txt
Modified:
   py/trunk/TODO.txt
   py/trunk/doc/index.txt
Log:
small doc cleanup


Modified: py/trunk/TODO.txt
==============================================================================
--- py/trunk/TODO.txt	(original)
+++ py/trunk/TODO.txt	Sun Apr 12 09:48:35 2009
@@ -1,14 +1,6 @@
 Things to do for 1.0.0 
 ========================= 
 
-- scale down "magic" impressions & improve py.test: 
-  - documentation entry points for users 
-  - documentation entry points for extenders
-  - advertise plugins instead of conftest!
-  - new config system
-  - small things: --nomagic -> --no-reassert
-  - deprecate py.magic 
-
 py.test 
 --------------
 

Modified: py/trunk/doc/index.txt
==============================================================================
--- py/trunk/doc/index.txt	(original)
+++ py/trunk/doc/index.txt	Sun Apr 12 09:48:35 2009
@@ -51,7 +51,6 @@
    log
    misc
    coding-style
-   links
    contact
    download
    releases

Deleted: /py/trunk/doc/links.txt
==============================================================================
--- /py/trunk/doc/links.txt	Sun Apr 12 09:48:35 2009
+++ (empty file)
@@ -1,33 +0,0 @@
-
-=====
-Links
-=====
-
-Some links to ongoing discussions and comments about pylib and technics/concepts pylib uses.
-
-* `Discussion <http://blog.ianbicking.org/site-packages-considered-harmful.html>`_ 
-  about site-packages. That's why pylib autopath and  py.__.misc.dynpkg are a good idea ;-)
-  
-
-* `Pyinotify <http://pyinotify.sourceforge.net/>`_  uses code from pypy autopath functions.
-
-* `Testing (WSGI) Applications with Paste <http://pythonpaste.org/testing-applications.html#the-test-environment>`_ and py.test. "This has been written with py.test in mind." Paste uses py.test.
- 
- 
-* `Agile Testing <http://agiletesting.blogspot.com/>`_ by Grig Gheorghiu
-  
-  *  `Slides from 'py library overview' presentation at SoCal Piggies meeting 
-     <http://agiletesting.blogspot.com/2005/07/slides-from-py-library-overview.html>`_
-
-  * `Python unit testing part 3: the py.test tool and library   
-    <http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html>`_
-  
-  *  `greenlets and py.xml 
-     <http://agiletesting.blogspot.com/2005/07/py-lib-gems-greenlets-and-pyxml.html>`_
-  
-  * `Keyword-based logging with the py library 
-    <http://agiletesting.blogspot.com/2005/06/keyword-based-logging-with-py-library.html>`_
-  
-
-
-



More information about the pytest-commit mailing list