From 89594a37e69ff4dbc1f90d93d420013e932e54ea Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 10 Jun 2016 11:45:01 -0400 Subject: [PATCH] Remove the TODO file The problem with TODO files is they require constant commits to keep up to date, and this rarely happens. As is the case here where this file is now quite stale and hasn't ever been updated. This commit just drops the file in favor of just using launchpad as our task tracking solution. Change-Id: Id576d0f4dab2ecaf28db93909b7860306898a759 --- TODO.rst | 19 ------------------- doc/source/index.rst | 1 - doc/source/todo.rst | 1 - 3 files changed, 21 deletions(-) delete mode 100644 TODO.rst delete mode 100644 doc/source/todo.rst diff --git a/TODO.rst b/TODO.rst deleted file mode 100644 index ed52e84..0000000 --- a/TODO.rst +++ /dev/null @@ -1,19 +0,0 @@ -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 - * Stop using subprocess in ostestr, everything it uses is python so there - isn't a need to shell out for everything. diff --git a/doc/source/index.rst b/doc/source/index.rst index f1579dc..1ac9d4d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,7 +15,6 @@ Contents: installation usage contributing - todo history Indices and tables diff --git a/doc/source/todo.rst b/doc/source/todo.rst deleted file mode 100644 index 0a7409f..0000000 --- a/doc/source/todo.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../TODO.rst