Skip to content

Commit 976f646

Browse files
committed
create python examples project
1 parent 0f969af commit 976f646

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

examples/python/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Insert Python-specific stuff here
2+
venv/**/*
3+
*pyc
4+
/.idea/
5+
/node_modules/
6+
/sa11y/scripts/axe.min.js
7+
/dist/
8+
/sa11y.egg-info/
9+
/package-lock.json
10+
tests/.pytest_cache/*

examples/python/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
selenium==4.1.0
2+
pytest
3+
flake8
4+
webdriver_manager

examples/python/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)