Skip to content

Python plugin fixes#1848

Merged
tochilinak merged 2 commits intomainfrom
tochilinak/plugin_fixes
Feb 26, 2023
Merged

Python plugin fixes#1848
tochilinak merged 2 commits intomainfrom
tochilinak/plugin_fixes

Conversation

@tochilinak
Copy link
Member

Description

Fixes #1826, #1823, #1821 + removed 'Visit only specified sources' button.

#1821: Forbade test generation for decorated functions.

#1823: Forbade test generation for __init__ and __new__.

#1826: Forbade test generation for inner classes.

How to test

Manual tests

Checked plugin on Linux.

Self-check list

Check off the item if the statement is true. Hint: [x] is a marked item.

Please do not delete the list or its items.

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@tochilinak tochilinak added comp-ui Improvements of plugin UI appearence and functionality lang-python Issue is related to python support ctg-bug-fix PR is fixing a bug labels Feb 26, 2023
@tochilinak tochilinak self-assigned this Feb 26, 2023
Copy link
Collaborator

@tamarinvs19 tamarinvs19 left a comment

Choose a reason for hiding this comment

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

Ok and I partially fixed #1850 (inner classes from tested module but not from other modules won't be a problem for test generation)

@tochilinak tochilinak merged commit ef1f2fd into main Feb 26, 2023
@tochilinak tochilinak deleted the tochilinak/plugin_fixes branch February 26, 2023 18:17
sofurihafe pushed a commit that referenced this pull request Feb 27, 2023
* plugin fixes

* Added inner class filter for test function module

---------

Co-authored-by: Vyacheslav Tamarin <tamairn.vs@ya.ru>
@alisevych alisevych added this to the 2023.03 Release milestone Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-ui Improvements of plugin UI appearence and functionality ctg-bug-fix PR is fixing a bug lang-python Issue is related to python support

Projects

None yet

3 participants