albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
38 stars 4 forks source link

Test Runner with Coverage need escape the --omit regex in case of Test Replay Failed #3

Open albilu opened 1 year ago

albilu commented 1 year ago

Description When Replaying failing unittest will be nice to enable Coverage Aggregate also: https://github.com/albilu/netbeansPython/blob/master/src/main/java/org/netbeans/modules/python/testrunner/PythonUnitTestRunner.java#L212 Right now it is commented because the issue with escaping: https://github.com/albilu/netbeansPython/blob/master/src/main/java/org/netbeans/modules/python/testrunner/PythonUnitTestRunner.java#L115