Statistics
| Branch: | Tag: | Revision:

root / htest / Test / Ganeti / Common.hs @ fb243105

History | View | Annotate | Download (4.7 kB)

# Date Author Comment
51000365 09/05/2012 05:31 pm Iustin Pop

Rework CLI modules and tests

While investigating how we could test the Daemon.hs module, I realised
that we have a very, erm, sub-optimal situation:

- HTools/CLI.hs has a nice IO/pure separation testing in cmdline
parsing, which allows some basic functionality to be tested, but...