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
200e8568
Commit
200e8568
authored
Jan 24, 2017
by
Ari Rizzitano
Committed by
GitHub
Jan 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14369 from edx/arizzitano/pa11ycrawler-ignore-update
[pa11ycrawler] update location of ignore rules file
parents
3d080584
c8cc7cc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pavelib/paver_tests/test_paver_bok_choy_cmds.py
+1
-1
pavelib/utils/test/suites/bokchoy_suite.py
+1
-1
No files found.
pavelib/paver_tests/test_paver_bok_choy_cmds.py
View file @
200e8568
...
@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase):
...
@@ -203,7 +203,7 @@ class TestPaverPa11yCrawlerCmd(unittest.TestCase):
)
)
ignore
=
(
ignore
=
(
"pa11y_ignore_rules_url="
"pa11y_ignore_rules_url="
"https://raw.githubusercontent.com/
singingwolfboy
/"
"https://raw.githubusercontent.com/
edx
/"
"pa11ycrawler-ignore/master/ignore.yaml"
"pa11ycrawler-ignore/master/ignore.yaml"
)
)
expected_cmd
=
[
expected_cmd
=
[
...
...
pavelib/utils/test/suites/bokchoy_suite.py
View file @
200e8568
...
@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite):
...
@@ -395,7 +395,7 @@ class Pa11yCrawler(BokChoyTestSuite):
Runs pa11ycrawler as staff user against the test course.
Runs pa11ycrawler as staff user against the test course.
"""
"""
data_dir
=
os
.
path
.
join
(
self
.
report_dir
,
'data'
)
data_dir
=
os
.
path
.
join
(
self
.
report_dir
,
'data'
)
url
=
"https://raw.githubusercontent.com/
singingwolfboy
/pa11ycrawler-ignore/master/ignore.yaml"
url
=
"https://raw.githubusercontent.com/
edx
/pa11ycrawler-ignore/master/ignore.yaml"
return
[
return
[
"scrapy"
,
"scrapy"
,
"crawl"
,
"crawl"
,
...
...
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