File: TODO

package info (click to toggle)
missingh 1.1.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 780 kB
  • sloc: haskell: 5,376; makefile: 28; sh: 5
file content (33 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (6)
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.