From 7cb26650e423496090a90346a77b43031123479c Mon Sep 17 00:00:00 2001 From: Christine Lytwynec <clytwynec@edx.org> Date: Tue, 9 Dec 2014 11:53:31 -0500 Subject: [PATCH] Updating testing.md for find_fixme --- docs/en_us/internal/testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en_us/internal/testing.md b/docs/en_us/internal/testing.md index 7d05c5f46f0..afd24f66517 100644 --- a/docs/en_us/internal/testing.md +++ b/docs/en_us/internal/testing.md @@ -404,6 +404,10 @@ More specific options are below. paver run_quality --percentage=100 +* Note that 'fixme' violations are not counted with run_quality. To see all 'TODO' lines, use: + + paver find_fixme --system=lms +`system` is an optional argument here. It defaults to `cms,lms,common`. ## Testing using queue servers -- GitLab