From 22edef086bdea58f6db7271b41ce2a7130a01d40 Mon Sep 17 00:00:00 2001 From: "LAPTOP-AO84OQO2\\impra" Date: Sun, 13 Aug 2023 20:09:22 +0530 Subject: [PATCH] re-structuring of Test folder --- python_helpers/ph_constants_config.py | 2 +- {test => python_helpers/test}/__init__.py | 0 {test => python_helpers/test}/log/pycharm.log | 8 ++++---- {test => python_helpers/test}/test.py | 0 {test => python_helpers/test}/test_util.py | 0 runConfigurations/test.run.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) rename {test => python_helpers/test}/__init__.py (100%) rename {test => python_helpers/test}/log/pycharm.log (99%) rename {test => python_helpers/test}/test.py (100%) rename {test => python_helpers/test}/test_util.py (100%) diff --git a/python_helpers/ph_constants_config.py b/python_helpers/ph_constants_config.py index 95c0504..5fadae2 100644 --- a/python_helpers/ph_constants_config.py +++ b/python_helpers/ph_constants_config.py @@ -1,4 +1,4 @@ class PhConfigConst: - TOOL_VERSION = '2.2.10' + TOOL_VERSION = '2.2.11' TOOL_VERSION_DETAILED = f'v{TOOL_VERSION}' TOOL_NAME = 'pythonHelpers' diff --git a/test/__init__.py b/python_helpers/test/__init__.py similarity index 100% rename from test/__init__.py rename to python_helpers/test/__init__.py diff --git a/test/log/pycharm.log b/python_helpers/test/log/pycharm.log similarity index 99% rename from test/log/pycharm.log rename to python_helpers/test/log/pycharm.log index 1d402aa..f9f8ff8 100644 --- a/test/log/pycharm.log +++ b/python_helpers/test/log/pycharm.log @@ -9,9 +9,9 @@ User Name is Pratik Jaiswal -------------------------------------------------------------------------------- User Account is impra -------------------------------------------------------------------------------- -Time Stamp is Sunday, Jul 16 2023, 22:47:17:397799, IST (GMT+0530) +Time Stamp is Sunday, Aug 13 2023, 20:07:02:975214, IST (GMT+0530) -------------------------------------------------------------------------------- -pythonHelpers version is v2.2.9 +pythonHelpers version is v2.2.11 -------------------------------------------------------------------------------- Test Tool version is v1.0.1 -------------------------------------------------------------------------------- @@ -24,9 +24,9 @@ User Name is Pratik Jaiswal -------------------------------------------------------------------------------- User Account is impra -------------------------------------------------------------------------------- -Time Stamp is Sunday, Jul 16 2023, 22:47:17:398797, IST (GMT+0530) +Time Stamp is Sunday, Aug 13 2023, 20:07:02:976213, IST (GMT+0530) -------------------------------------------------------------------------------- -pythonHelpers version is v2.2.9 +pythonHelpers version is v2.2.11 -------------------------------------------------------------------------------- Python version is v3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] ----------------------------------------------------------- ----------------------------------------------------------- diff --git a/test/test.py b/python_helpers/test/test.py similarity index 100% rename from test/test.py rename to python_helpers/test/test.py diff --git a/test/test_util.py b/python_helpers/test/test_util.py similarity index 100% rename from test/test_util.py rename to python_helpers/test/test_util.py diff --git a/runConfigurations/test.run.xml b/runConfigurations/test.run.xml index a49b71a..7c1b0b0 100644 --- a/runConfigurations/test.run.xml +++ b/runConfigurations/test.run.xml @@ -8,11 +8,11 @@