We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2187c commit 4d3c5ceCopy full SHA for 4d3c5ce
2 files changed
tests/test_delta.py
@@ -14,6 +14,7 @@
14
15
16
def test_delta():
17
+ """Simple test case for the bindings of delta"""
18
current_time = datetime.now()
19
wait_time = 10**-3
20
sleep(wait_time)
tests/test_runner.py
@@ -13,7 +13,7 @@
13
from datetime import timedelta, datetime
-from libsemigroups_pybind11 import Reporter, delta
+from libsemigroups_pybind11 import Reporter
def test_reporter_000():
0 commit comments