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

hpk at codespeak.net hpk at codespeak.net
Mon Mar 13 04:00:41 CET 2006


Author: hpk
Date: Mon Mar 13 04:00:35 2006
New Revision: 24278

Modified:
   py/dist/py/documentation/talk/pytest-overview.txt
   py/dist/py/documentation/talk/ui/merlinux-klein.png
   py/dist/py/documentation/talk/ui/py.css
Log:
smaller logo - slight reformatting 


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 04:00:35 2006
@@ -27,7 +27,7 @@
 - many command line options (extensible)
 - test selection support 
 - customizable auto-collection of tests
-- many `more features`_ 
+- `more features`_ ...
 
 .. _`more features`: ../test.html#features
 
@@ -114,7 +114,7 @@
 ===============================
 
 - motivation: improve on unittest.py 
-- py.test/py.lib main tool for pypy development 
+- ``py.test``/py.lib main tool for pypy development 
 - evolved into a development support library
 - almost three years of (non-fulltime) development 
 - used by many projects 

Modified: py/dist/py/documentation/talk/ui/merlinux-klein.png
==============================================================================
Binary files. No diff available.

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 04:00:35 2006
@@ -18,7 +18,7 @@
   background-image: url("merlinux-klein.png");
   background-repeat: no-repeat;
   margin: 3px;
-  height: 120px;
+  height: 100px;
   border-bottom: 1px solid black;
 }
 



More information about the pytest-commit mailing list