Skip to content

Commit

Permalink
up tld names, changes to runtests, add .pth file for coverage improve…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
barseghyanartur committed Sep 4, 2019
1 parent b549afd commit 12ed7cc
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 141 deletions.
1 change: 1 addition & 0 deletions .pth
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import coverage; coverage.process_startup()
2 changes: 0 additions & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
import os
import sys
import pytest
import coverage


def main():
coverage.process_startup()
sys.path.insert(0, os.path.abspath('src'))
return pytest.main()

Expand Down

0 comments on commit 12ed7cc

Please sign in to comment.