Skip to content

Commit

Permalink
split up tests and update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKueltz committed Jul 28, 2019
1 parent cfe8cbb commit f011dc5
Show file tree
Hide file tree
Showing 16 changed files with 796 additions and 807 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ src/test.c
*.egg-info
MANIFEST
binaryField.*
.coverage
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ python:
before_install:
- sudo apt-get install python-dev libgmp3-dev
install:
- pip install pycodestyle
- pip install pycodestyle pytest pytest-cov
before_script:
- pycodestyle --max-line-length=200 --ignore=E402,W605 */*.py
- pip install -e .
script:
- python -m fastecdsa.test
- pytest --cov=fastecdsa
Loading

0 comments on commit f011dc5

Please sign in to comment.