Skip to content

Commit

Permalink
💚 Remove dummy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed May 7, 2024
1 parent afe2751 commit 703e4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import nox
from laminci.nox import build_docs, login_testuser1, run_pre_commit, run_pytest
from laminci.nox import build_docs, run_pre_commit, run_pytest

# we'd like to aggregate coverage information across sessions
# and for this the code needs to be located in the same
Expand All @@ -16,6 +16,5 @@ def lint(session: nox.Session) -> None:
@nox.session()
def build(session):
session.run(*"uv pip install --system -e .[dev]".split())
login_testuser1(session)
run_pytest(session)
build_docs(session, strict=True)
7 changes: 0 additions & 7 deletions tests/test_base.py

This file was deleted.

0 comments on commit 703e4c4

Please sign in to comment.