Serhiy1
Serhiy1
**To reproduce** 1. Setup visual studio code and install the python extension 2. Enable type hinting by adding `"python.analysis.typeCheckingMode": "basic",` To settings.json 3. Copy and paste the example from the...
## Background: The test suites I manage can potentially unpredictably run for extremely long times. This causes issues with our CI/CD system, as it can cause the pipeline to hang...
I have a pre-run modifier that adds empty test stubs to all suites, so I can automatically exercise the suite setups. ``` python class PreRunModifier(SuiteVisitor): def start_suite(self, suite): front_load: TestCase...
**Describe the bug** The title may not be accurate, but here is what I have observed. settings.json ``` "robot.pythonpath": [ "${workspaceFolder}/libs", "/stuntidp", "/python_packages", "/scripts" ], ``` RF LS version v1.10.1...
**Describe the bug** Under certain circumstances, robot LSP will mark some global variables as undefined. **To Reproduce** The incorrect error appears when the following folder structure is used ``` tests...