Skip to content

Commit

Permalink
test-partials
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 16, 2023
1 parent 07ad1c2 commit c848c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ requirements.txt: venv/bin/pip-compile requirements.in
test: venv install-dev
. $(ACTIVATE) && python3 -m pytest --cov --cov-report xml:coverage.xml

test-partials: venv install-dev
SKIP_PARTIALS=False . $(ACTIVATE) && python3 -m pytest

coverage: venv install-dev
printenv BENCHLING_ENTRY_ID
. $(ACTIVATE) && python3 -m pytest --cov --cov-report html:coverage.html
Expand Down
2 changes: 0 additions & 2 deletions tests/test_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def test_push(entry):
readme = pkg["README.md"]
assert readme
assert readme() == "test_push"
print(entry.pkg_name, entry.registry)
assert False


@pytest.mark.skipif(SKIP_PARTIALS, reason="Only do end-to-end test")
Expand Down

0 comments on commit c848c9b

Please sign in to comment.