prev|index
16. What's next?
Short term:
- Extend ocamltest and migrate all the testsuite
- Get rid of the Makefiles-based test infrastructure
- Output test results in a more standard format, e.g. Test Anything Protocol (TAP)
- Write documentation
- Ideally, the documentation about which actions use one given variable should be generated automatically by parsing the source code of actions
Long run (more personal project):
- Make it possible to extend ocamltest with plugins that add more tests, actions, etc.
- Write plugins to let other projects use ocamltest, both in the OCaml ecosystem and beyond