Skip to content

Commit 651ccda

Browse files
committed
add unit tests
1 parent ca3885a commit 651ccda

File tree

5 files changed

+486
-0
lines changed

5 files changed

+486
-0
lines changed

.coveragerc

+8
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

+2
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

+7
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)