Skip to content

Commit 1d89392

Browse files
committed
#259 Fix linting issues - 8
1 parent 6dd1f84 commit 1d89392

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

tests/.dummy

Whitespace-only changes.

tests/example_test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -----------------------------------------------------------------------------
2+
# Example testcases
3+
# -----------------------------------------------------------------------------
4+
5+
6+
def test_example() -> None:
7+
"""Example test"""
8+
a_string = "This is a test string"
9+
assert a_string == "This is a test string"

0 commit comments

Comments
 (0)