This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TE-2526 Make needle an optional dependency
- Loading branch information
Showing
19 changed files
with
152 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,9 @@ python: | |
- '2.7' | ||
- '3.5' | ||
- '3.6' | ||
env: | ||
- TOXENV=core | ||
- TOXENV=needle | ||
sudo: false | ||
branches: | ||
only: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Core requirements for using this application | ||
|
||
lazy # For lazy evaluation of the page object's a11y_audit attribute | ||
needle # For test assertions involving screenshots and visual diffs | ||
selenium>=2,<4 # Browser automation driver | ||
six # For Python 2 & 3 compatibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Requirements for test runs with needle installed for visual diff support | ||
|
||
-r test.txt # Base testing dependencies | ||
|
||
needle # For test assertions involving screenshots and visual diffs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# make upgrade | ||
# | ||
apipkg==1.5 | ||
astroid==1.5.2 | ||
atomicwrites==1.1.5 | ||
attrs==18.1.0 | ||
backports.functools-lru-cache==1.5 | ||
click-log==0.1.8 | ||
click==6.7 | ||
configparser==3.5.0 | ||
coverage==4.5.1 | ||
edx-lint==0.5.5 | ||
enum34==1.1.6 | ||
execnet==1.5.0 | ||
funcsigs==1.0.2 | ||
futures==3.2.0 ; python_version == "2.7" | ||
isort==4.3.4 | ||
lazy-object-proxy==1.3.1 | ||
lazy==1.3 | ||
mccabe==0.6.1 | ||
mock==2.0.0 | ||
more-itertools==4.3.0 | ||
needle==0.5.0 | ||
nose==1.3.7 # via needle | ||
packaging==17.1 | ||
pathlib2==2.3.2 | ||
pbr==4.2.0 | ||
pillow==5.2.0 # via needle | ||
pluggy==0.7.1 | ||
py==1.5.4 | ||
pycodestyle==2.4.0 | ||
pylint-celery==0.3 | ||
pylint-django==0.7.2 | ||
pylint-plugin-utils==0.3 | ||
pylint==1.7.1 | ||
pyparsing==2.2.0 | ||
pytest-cov==2.5.1 | ||
pytest-forked==0.2 | ||
pytest-xdist==1.22.5 | ||
pytest==3.7.1 | ||
scandir==1.9.0 | ||
selenium==3.14.0 | ||
singledispatch==3.4.0.3 | ||
six==1.11.0 | ||
urllib3==1.23 | ||
wrapt==1.10.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.