Skip to content

Commit

Permalink
re-structuring of Test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed Aug 13, 2023
1 parent 24de4e8 commit 22edef0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python_helpers/ph_constants_config.py
Original file line number Diff line number Diff line change
@@ -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'
File renamed without changes.
8 changes: 4 additions & 4 deletions test/log/pycharm.log → python_helpers/test/log/pycharm.log
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------------------------
Expand All @@ -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)]
----------------------------------------------------------- -----------------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions runConfigurations/test.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../pythonHelpers/test" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../pythonHelpers/python_helpers/test" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../pythonHelpers/test/test.py" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../pythonHelpers/python_helpers/test/test.py" />
<option name="PARAMETERS" value="" />
<option name="SHOW_COMMAND_LINE" value="false" />
<option name="EMULATE_TERMINAL" value="false" />
Expand Down

0 comments on commit 22edef0

Please sign in to comment.