Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
7b68181f
Commit
7b68181f
authored
8 years ago
by
Jesse Zoldak
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #13571 from edx/zoldak/TE-1711
Install pa11ycrawler v1.5.4 from PyPi
parents
1628c176
18dcc7ab
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements/edx/base.txt
+1
-0
1 addition, 0 deletions
requirements/edx/base.txt
requirements/edx/github.txt
+0
-1
0 additions, 1 deletion
requirements/edx/github.txt
scripts/accessibility-tests.sh
+3
-0
3 additions, 0 deletions
scripts/accessibility-tests.sh
with
4 additions
and
1 deletion
requirements/edx/base.txt
+
1
−
0
View file @
7b68181f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
+
0
−
1
View file @
7b68181f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
scripts/accessibility-tests.sh
+
3
−
0
View file @
7b68181f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment