Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
73806bee
Commit
73806bee
authored
May 17, 2016
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12478 from edx/clytwynec/ac-367
Add skip_clean option to pa11ycrawler
parents
cf8e37b3
0f90b927
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
pavelib/bok_choy.py
+1
-0
scripts/accessibility-tests.sh
+1
-1
No files found.
pavelib/bok_choy.py
View file @
73806bee
...
...
@@ -19,6 +19,7 @@ __test__ = False # do not collect
BOKCHOY_OPTS
=
[
(
'test_spec='
,
't'
,
'Specific test to run'
),
(
'fasttest'
,
'a'
,
'Skip some setup'
),
(
'skip_clean'
,
'C'
,
'Skip cleaning repository before running tests'
),
(
'serversonly'
,
'r'
,
'Prepare suite and leave servers running'
),
(
'testsonly'
,
'o'
,
'Assume servers are running and execute tests only'
),
(
'extra_args='
,
'e'
,
'adds as extra args to the test command'
),
...
...
scripts/accessibility-tests.sh
View file @
73806bee
...
...
@@ -24,7 +24,7 @@ paver a11y_coverage
if
[
"
$RUN_PA11YCRAWLER
"
=
"1"
]
then
echo
"Running pa11ycrawler against test course..."
paver pa11ycrawler
--fasttest
--fetch-course
--with-html
paver pa11ycrawler
--fasttest
--
skip_clean
--
fetch-course
--with-html
echo
"Generating coverage report..."
paver pa11ycrawler_coverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment