Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: accept any Dev Env descriptor. #141

Closed
wants to merge 5 commits into from

Conversation

amathestar
Copy link

@amathestar amathestar commented Oct 26, 2023

Checklist:

  • I have read and followed the contribution guideline.
  • I have checked to ensure there aren't other open Pull Requests for the same update/change
  • I have tested these changes and added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • 100% unit test coverage achieved

Related Issue

Closing:

Type Of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Description

How Has This Been Tested?

Screenshots (if appropriate):

Additional context

amathestar and others added 2 commits October 25, 2023 11:37
Removed the test_DevEnv () function in test_dev_end.py file. This is not needed since the _check_tool_type_support () function has been removed from the dev_env.py file to allow for all tool types.
@amathestar amathestar requested a review from a team as a code owner October 26, 2023 19:12
@amathestar
Copy link
Author

Hi, Could you review the pull request for both commits

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need the test_DevEnv() function as it is responsible for checking the correct instantiation.
Please delete the test_DevEnv__check_tool_type_support() instead, as you removed the _check_tool_type_support() function.

@janosmurai janosmurai changed the title Amathestar patch 1 feat: accept any Dev Env descriptor. Oct 27, 2023
Restored test_DevEnv() function since its required for checking correct instantiation and deleted test_DevEnv_check_tool_type_support() function because it's not needed after removing the _check_tool_type_support() function in the
Copy link
Contributor

@janosmurai janosmurai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all the references to the deleted _check_tool_type_support() method.
All test cases must pass to approve a PR.

Removed all reference to _check_tool_type_support as well as all @patch.object and mock__check_tool_type_support
@amathestar amathestar closed this Oct 28, 2023
@amathestar amathestar deleted the amathestar-patch-1 branch October 28, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants