Skip to content

Commit 1cc7829

Browse files
committed
add unit tests
1 parent 64d5699 commit 1cc7829

File tree

5 files changed

+486
-0
lines changed

5 files changed

+486
-0
lines changed

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-FileCopyrightText: 2021 Jonas Kittner
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
[run]
5+
plugins = covdefaults
6+
7+
[report]
8+
fail_under = 90

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ bundles
1313
.eggs
1414
dist
1515
**/*.egg-info
16+
.tox
17+
.coverage

requirements-dev.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jonas Kittner
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
covdefaults
5+
coverage
6+
freezegun
7+
pytest

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)