]> code.ossystems Code Review - openembedded-core.git/commit
Drop doctest, as we aren't utilizing it
authorChris Larson <chris_larson@mentor.com>
Fri, 9 Apr 2010 18:49:36 +0000 (11:49 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:32 +0000 (15:41 +0100)
commitbbf83fd988ca3cf9dae7d2b542a11a7c942b1702
treeaf91902ea2f1d9132b89a246ac5bb053e956d6bf
parent8306ba50db13eb3adcc0161e120c53c3f7aefe7b
Drop doctest, as we aren't utilizing it

We should add back in some proper unit testing.  Doctest is rather limited,
and we haven't actually made use of it since the original implementation of
the datastore when the project started, as far as I'm aware.

(Bitbake rev: 3a11c2807972bbbddffde2fa67fc380d159da467)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/__init__.py
bitbake/lib/bb/data.py
bitbake/lib/bb/utils.py