From cbf270f03f5774a0bbaf9fa7e1d60aef607c0680 Mon Sep 17 00:00:00 2001 From: dtrai2 Date: Thu, 5 Dec 2024 17:54:11 +0100 Subject: [PATCH] rename test_http_input acceptance test we have two test files with the same name, that as an influence on test collection in pycharm. This is an easy workaround. --- .../{test_http_input.py => test_http_input_with_requests.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/acceptance/{test_http_input.py => test_http_input_with_requests.py} (100%) diff --git a/tests/acceptance/test_http_input.py b/tests/acceptance/test_http_input_with_requests.py similarity index 100% rename from tests/acceptance/test_http_input.py rename to tests/acceptance/test_http_input_with_requests.py