From ec82fa8f972b13cec907d8fff4560ff2fa3201ad Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 4 Oct 2011 15:09:33 +0200 Subject: [PATCH] document tests/single ones Signed-off-by: Nico Schottelius --- doc/dev/logs/2011-10-04 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/dev/logs/2011-10-04 diff --git a/doc/dev/logs/2011-10-04 b/doc/dev/logs/2011-10-04 new file mode 100644 index 00000000..f3bb852d --- /dev/null +++ b/doc/dev/logs/2011-10-04 @@ -0,0 +1,3 @@ +Testing for single tests: + PYTHONPATH=$PYTHONPATH:$(pwd -P)/lib python3 -m unittest cdist.test.test_install.Install.test_explorer_ran +