8000 chore: unit test refactored · MaxxleLLC/python-spanner-django@9abee91 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 9abee91

Browse files
committed
chore: unit test refactored
1 parent 023ea90 commit 9abee91

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ def default(session):
7171
"--quiet",
7272
# "--cov=django_spanner",
7373
"--cov=google.cloud",
74-
"--cov=tests.spanner_dbapi",
74+
"--cov=tests.unit",
7575
"--cov-append",
7676
"--cov-config=.coveragerc",
7777
"--cov-report=",
7878
"--cov-fail-under=90",
79-
os.path.join("tests", "spanner_dbapi"),
79+
os.path.join("tests", "unit"),
8080
*session.posargs
8181
)
8282

tests/unit/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)
0