Skip to content

Commit

Permalink
test: add start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Dec 15, 2024
1 parent a6e989b commit e268a72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/start.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: Copyright (C) 2024 沉默の金 <[email protected]>
# SPDX-License-Identifier: GPL-3.0-only
import sys

import pytest

sys.exit(pytest.main(["--cov=LDDC", "--cov-report=xml", "--cov-report=html", "--cov-report=term", "--not-clear-cache"]))

0 comments on commit e268a72

Please sign in to comment.