From 131b5353a7b738443d46dd90deb3623b2cc60490 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 6 Apr 2015 11:37:12 -0400 Subject: [PATCH] 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 --- TODO.rst | 17 +++++++++++++++++ doc/source/index.rst | 1 + doc/source/todo.rst | 1 + 3 files changed, 19 insertions(+) create mode 100644 TODO.rst create mode 100644 doc/source/todo.rst diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..135bcd6 --- /dev/null +++ b/TODO.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index feb274b..448d655 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,6 +15,7 @@ Contents: installation usage contributing + todo Indices and tables ================== diff --git a/doc/source/todo.rst b/doc/source/todo.rst new file mode 100644 index 0000000..0a7409f --- /dev/null +++ b/doc/source/todo.rst @@ -0,0 +1 @@ +.. include:: ../../TODO.rst