Skip to content
Snippets Groups Projects

Prepare release 3.0b0

Merged Jonathan Weth requested to merge prepare-release-3.0b0 into master
Files
9
@@ -34,7 +34,6 @@ def test_untis_split_first():
def test_untis_split_second():
assert untis_split_second("") == []
assert untis_split_second("a~b~c") == ["a", "b", "c"]
Loading