From 8c2897469289f2262ef0763e84e54632396da49b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 6 Dec 2023 12:55:37 +0100 Subject: [PATCH] rename dir to pytest_abra --- {abratest => pytest_abra}/__init__.py | 0 {abratest => pytest_abra}/coordinator.py | 0 {abratest => pytest_abra}/dir_manager.py | 0 {abratest => pytest_abra}/env_manager.py | 0 {abratest => pytest_abra}/html_helper.py | 0 {abratest => pytest_abra}/pytest_abra.py | 0 {abratest => pytest_abra}/runner.py | 0 {abratest => pytest_abra}/utils.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {abratest => pytest_abra}/__init__.py (100%) rename {abratest => pytest_abra}/coordinator.py (100%) rename {abratest => pytest_abra}/dir_manager.py (100%) rename {abratest => pytest_abra}/env_manager.py (100%) rename {abratest => pytest_abra}/html_helper.py (100%) rename {abratest => pytest_abra}/pytest_abra.py (100%) rename {abratest => pytest_abra}/runner.py (100%) rename {abratest => pytest_abra}/utils.py (100%) diff --git a/abratest/__init__.py b/pytest_abra/__init__.py similarity index 100% rename from abratest/__init__.py rename to pytest_abra/__init__.py diff --git a/abratest/coordinator.py b/pytest_abra/coordinator.py similarity index 100% rename from abratest/coordinator.py rename to pytest_abra/coordinator.py diff --git a/abratest/dir_manager.py b/pytest_abra/dir_manager.py similarity index 100% rename from abratest/dir_manager.py rename to pytest_abra/dir_manager.py diff --git a/abratest/env_manager.py b/pytest_abra/env_manager.py similarity index 100% rename from abratest/env_manager.py rename to pytest_abra/env_manager.py diff --git a/abratest/html_helper.py b/pytest_abra/html_helper.py similarity index 100% rename from abratest/html_helper.py rename to pytest_abra/html_helper.py diff --git a/abratest/pytest_abra.py b/pytest_abra/pytest_abra.py similarity index 100% rename from abratest/pytest_abra.py rename to pytest_abra/pytest_abra.py diff --git a/abratest/runner.py b/pytest_abra/runner.py similarity index 100% rename from abratest/runner.py rename to pytest_abra/runner.py diff --git a/abratest/utils.py b/pytest_abra/utils.py similarity index 100% rename from abratest/utils.py rename to pytest_abra/utils.py