Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Added pytest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
superDross committed Dec 3, 2019
1 parent 60de950 commit 0fbac84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts=--cov scraper
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tabulate>=0.8.1
lxml>=4.2.5
PyQt5>=5.13.0
pytest>=5.3.1
pytest-cov>=2.8.1
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- refactor so all BS4 stuff takes place in parser class(es)
- make changes to GUI (see `gui.py`)
- use pathlib instea of os module
- mypy for type checking

- Travis CI
- setup tools sorted so a proper installation process can work
Expand Down

0 comments on commit 0fbac84

Please sign in to comment.