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
18dcc7ab
Commit
18dcc7ab
authored
Sep 26, 2016
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install pa11ycrawler from pypi
parent
9ba97722
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
requirements/edx/base.txt
+1
-0
requirements/edx/github.txt
+0
-1
scripts/accessibility-tests.sh
+3
-0
No files found.
requirements/edx/base.txt
View file @
18dcc7ab
...
...
@@ -160,6 +160,7 @@ nose-exclude
nose-ignore-docstring
nose-randomly==1.2.0
nosexcover==1.0.7
pa11ycrawler==1.5.4
pep8==1.5.7
PyContracts==1.7.1
python-subunit==0.0.16
...
...
requirements/edx/github.txt
View file @
18dcc7ab
...
...
@@ -69,7 +69,6 @@ git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
# Used for testing
git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
git+https://github.com/edx/pa11ycrawler.git@1.5.2#egg=pa11ycrawler==1.5.2
# Our libraries:
git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12
...
...
scripts/accessibility-tests.sh
View file @
18dcc7ab
...
...
@@ -23,6 +23,9 @@ paver a11y_coverage
if
[
"
$RUN_PA11YCRAWLER
"
=
"1"
]
then
# The settings that we use are installed with the pa11ycrawler module
export
SCRAPY_SETTINGS_MODULE
=
'pa11ycrawler.settings'
echo
"Running pa11ycrawler against test course..."
paver pa11ycrawler
--fasttest
--skip-clean
--fetch-course
--with-html
...
...
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