Add TODO file to os-testr

This commit adds a TODO file to the project to indicate both short and
long term work items for the project.

Change-Id: I90c19330eb5d8216a88f40411ed883e6f64c750d
This commit is contained in:
Matthew Treinish 2015-04-06 11:37:12 -04:00
parent 12ca9dd582
commit 131b5353a7
3 changed files with 19 additions and 0 deletions

17
TODO.rst Normal file
View File

@ -0,0 +1,17 @@
Work Items for os-testr
=======================
Short Term
----------
* Expose all subunit-trace options through ostestr
* Add --html option to ostestr to run testr with subunit2html output
* Add unit tests
* For ostestr test selection api
* Response code validation on more argument permutations
Long Term
---------
* Lock down test selection CLI
* When this is done it will become release 1.0.0
* Add subunit-trace functional tests
** Sample subunit streams and test output from subunit-trace
* Add testing for subunit2html

View File

@ -15,6 +15,7 @@ Contents:
installation
usage
contributing
todo
Indices and tables
==================

1
doc/source/todo.rst Normal file
View File

@ -0,0 +1 @@
.. include:: ../../TODO.rst