From 4a7c0568aee8f759c24586dbf14234cc064597f4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Dec 2023 00:18:16 +0100 Subject: [PATCH] rename pytest-abra fixture file --- pyproject.toml | 2 +- pytest_abra/{pytest_abra.py => custom_fixtures.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pytest_abra/{pytest_abra.py => custom_fixtures.py} (100%) diff --git a/pyproject.toml b/pyproject.toml index 20d9b07..9bf9361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] [project.entry-points.pytest11] -pytest_abra = "pytest_abra.pytest_abra" +pytest_abra = "pytest_abra.custom_fixtures" [project.scripts] abratest = "pytest_abra.cli:run" diff --git a/pytest_abra/pytest_abra.py b/pytest_abra/custom_fixtures.py similarity index 100% rename from pytest_abra/pytest_abra.py rename to pytest_abra/custom_fixtures.py