-
Notifications
You must be signed in to change notification settings - Fork 204
FEAT: Add panels command to manage PyAEDT panels in AEDT + tests #6886
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
|
@PipKat Thanks a lot for the suggestions! Appreciated |
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6886 +/- ##
==========================================
+ Coverage 81.34% 83.27% +1.92%
==========================================
Files 246 246
Lines 77863 77921 +58
==========================================
+ Hits 63340 64888 +1548
+ Misses 14523 13033 -1490 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if adding this to the CLI is needed or if we shouldn't. Do we have users / developers that would leverage that feature ? I've left some minor comments
The idea behind this feature is to facilitate how users add the panels when doing manually. Currently, they need to type this inside python console and replace with the correct values: |
Description
Add panels command to manage PyAEDT panels in AEDT + tests
Checklist