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