From 5897b6ec7fbd1226cd68a292122cc494e46f6829 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 20 Apr 2022 13:26:20 +0300 Subject: Fix linting issues --- tests/strategies.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/strategies.py (limited to 'tests/strategies.py') diff --git a/tests/strategies.py b/tests/strategies.py deleted file mode 100644 index ccda362..0000000 --- a/tests/strategies.py +++ /dev/null @@ -1,8 +0,0 @@ -"""Module holding custom data generation strategies""" - -from hypothesis.strategies import characters, composite - -@composite -def average_numbers_string(draw): - num = draw(floats(allow_nan=False, allow_infinity=False,)) - return f"{num:.3f}" -- cgit v1.2.3