From 254f4c47e56165cc70d91556ed8a41c931d46771 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 20 Mar 2017 15:01:52 -0400 Subject: [PATCH] a11y test example path is wrong This test lives in `common/test/acceptance/tests/lms/test_lms_dashboard.py`, so the paver string should be `paver test_a11y -t lms/test_lms_d...` --- docs/en_us/internal/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index b96830ecab..6a1e918df5 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -505,7 +505,7 @@ relative to the ``common/test/acceptance/tests`` directory. This is an example f :: - paver test_a11y -t test_lms_dashboard.py:LmsDashboardA11yTest.test_dashboard_course_listings_a11y + paver test_a11y -t lms/test_lms_dashboard.py:LmsDashboardA11yTest.test_dashboard_course_listings_a11y **Coverage**: