[liblouis-liblouisxml] [liblouis] r687 committed - Update NEWS and TODO to reflect work done so far.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Sat, 09 Jun 2012 01:19:06 +0000

Revision: 687
Author:   mesar.hameed@xxxxxxxxx
Date:     Fri Jun  8 18:18:00 2012
Log:      Update NEWS and TODO to reflect work done so far.
http://code.google.com/p/liblouis/source/detail?r=687

Modified:
 /trunk/NEWS
 /trunk/TODO

=======================================
--- /trunk/NEWS Thu Jun  7 08:33:03 2012
+++ /trunk/NEWS Fri Jun  8 18:18:00 2012
@@ -13,9 +13,10 @@
     run if there is a Python interpreter on the system
 *** Add a test harness
     This test infrastructure allows the user to do table tests in a
-    simple and concise syntax. These test are also based on Python and
-    are only run if Python is installed on the system. See the
+ simple and concise syntax. These tests are based on the Python nose testing framework and + are only run if either Python 2.x or 3.x with the related nose python module is installed on the system. See the
     documentation for more information.
+    Thanks to Mesar Hameed.
 *** Support for Python 3 in the Python bindings
     The Python bindings now work for both Python 2 and Python 3.
     Thanks to Michael Whapples.
=======================================
--- /trunk/TODO Fri Jun  8 04:40:54 2012
+++ /trunk/TODO Fri Jun  8 18:18:00 2012
@@ -7,6 +7,8 @@
 ** Document the changes to LOUIS_TABLEPATH

 ** remove runHarness.py, put inplace nosetests (p2/3) and runharnessV2
+ [mh] most of the work done, configure.ac needs to do a pymod check for nose, make check needs to test for both python2/3 and nose. for given version.
+

 ** [mh] Document the test harness with its use of json

For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r687 committed - Update NEWS and TODO to reflect work done so far. - liblouis