[py-svn] r24277 - in py/dist/py/documentation/talk: . ui

hpk at codespeak.net hpk at codespeak.net
Mon Mar 13 03:57:17 CET 2006


Author: hpk
Date: Mon Mar 13 03:56:53 2006
New Revision: 24277

Modified:
   py/dist/py/documentation/talk/pytest-overview.txt
   py/dist/py/documentation/talk/ui/py.css
Log:
some improved formatting


Modified: py/dist/py/documentation/talk/pytest-overview.txt
==============================================================================
--- py/dist/py/documentation/talk/pytest-overview.txt	(original)
+++ py/dist/py/documentation/talk/pytest-overview.txt	Mon Mar 13 03:56:53 2006
@@ -20,10 +20,11 @@
 Main Features 
 ===============================
 
-- simplest possible "assert" approach 
+- simplest possible ``assert`` approach 
 - clean setup/teardown semantics
 - stdout/stderr capturing per test
 - per-project/directory cmdline options
+- many command line options (extensible)
 - test selection support 
 - customizable auto-collection of tests
 - many `more features`_ 
@@ -44,12 +45,11 @@
 helpful py lib features 
 ===============================
 
-- py.execnet provides ad-hoc means to distribute programs 
-- lazy import of "py", ``import py`` is enough
-- py.path objects abstract local and svn files 
-- py.log offers (preliminary) logging support 
-- py.xml.html for programmatic html generation 
-
+- ``py.execnet`` provides ad-hoc means to distribute programs 
+- ``py.path`` objects abstract local and svn files 
+- ``py.log`` offers (preliminary) logging support 
+- ``py.xml.html`` for programmatic html generation 
+- lazy import ...``import py`` is enough
 
 py.test Implementation
 ===============================

Modified: py/dist/py/documentation/talk/ui/py.css
==============================================================================
--- py/dist/py/documentation/talk/ui/py.css	(original)
+++ py/dist/py/documentation/talk/ui/py.css	Mon Mar 13 03:56:53 2006
@@ -1,4 +1,6 @@
 body, h1, h2, h3, h4, td, p, div {
+  /*margin-top: 80px; 
+  position: fixed;*/
   font-family: sans-serif;
   font-size: 0.9em;
 }



More information about the pytest-commit mailing list