| 1 | Document MissingH/Quantity and see if it has tests yet
|
| 2 |
|
| 3 | Test forceEitherMsg
|
| 4 |
|
| 5 | Cmd: pOpenBoth -- read and write, use forkIO for one of them
|
| 6 |
|
| 7 | tests for new Parsec stuff
|
| 8 |
|
| 9 | HVFStest:
|
| 10 | test all sorts of exceptions
|
| 11 | test .. et al
|
| 12 |
|
| 13 | FTP server:
|
| 14 | timeouts
|
| 15 | Proper error checking lots of places, esp. runDataChan
|
| 16 |
|
| 17 | CSVtest:
|
| 18 | Test CSV generation
|
| 19 |
|
| 20 | Add Quantity and ProgressTracker to README
|
| 21 |
|
| 22 | --------------------------------------------------
|
| 23 | From: Jeremy Shaw
|
| 24 | The patch to MissingH.HUnit includes a modified version of the 'tests' function
|
| 25 | from Test.QuickCheck. That module has the license:
|
| 26 |
|
| 27 | -- Module : Test.QuickCheck
|
| 28 | -- Copyright : (c) Koen Claessen, John Hughes 2001
|
| 29 | -- License : BSD-style (see the file libraries/base/LICENSE)
|
| 30 |
|
| 31 | If this is problematic, let me know, and I can rewrite it.
|
| 32 |
|
| 33 | j.
|