Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hawkins committed Oct 8, 2020
1 parent 00f7670 commit a7290b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
from dfsummarizer.funcs import len_or_null
from dfsummarizer.funcs import extract_file_extension

def test_my_sum():
assert 2 + 3 == 5, "math works"

def test_extract_file_extension():
assert extract_file_extension("./README.md") == ".md"
assert extract_file_extension("./README.text") == ".text"
assert extract_file_extension("./README.txt") == ".txt"

def test_isNaN():
assert isNaN(0) == False
Expand Down

0 comments on commit a7290b2

Please sign in to comment.