Skip to content

Commit 2f251b1

Browse files
committed
Tests pass
1 parent 1850ba3 commit 2f251b1

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ target/
7878

7979
#Ipython Notebook
8080
.ipynb_checkpoints
81+
82+
# vcrpy cache
83+
wayback/tests/cassettes/

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
testpaths = wayback/tests/
3+
python_files = test*.py

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
codecov
44
coverage
55
flake8
6+
requests-mock
67
pytest
78
sphinx
9+
vcrpy
810
# These are dependencies of various sphinx extensions for documentation.
9-
ipython
10-
matplotlib
1111
numpydoc
1212
sphinx-copybutton
1313
sphinx_rtd_theme

wayback/tests/test_examples.py

-3
This file was deleted.

0 commit comments

Comments
 (0)