From 6648a89f48d0eca82d457bb8451caef48d38c535 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 3 May 2021 18:31:37 +0200 Subject: [PATCH] [test] #103: helpers tests were not recognized without the: - 'test_' prefixes - init file --- tests/helpers/__init__.py | 0 tests/helpers/{money.py => test_money.py} | 0 tests/helpers/{ws2p.py => test_ws2p.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/helpers/__init__.py rename tests/helpers/{money.py => test_money.py} (100%) rename tests/helpers/{ws2p.py => test_ws2p.py} (100%) diff --git a/tests/helpers/__init__.py b/tests/helpers/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/helpers/money.py b/tests/helpers/test_money.py similarity index 100% rename from tests/helpers/money.py rename to tests/helpers/test_money.py diff --git a/tests/helpers/ws2p.py b/tests/helpers/test_ws2p.py similarity index 100% rename from tests/helpers/ws2p.py rename to tests/helpers/test_ws2p.py -- GitLab