-
**Describe the bug**
Getting below error while using cucumber TestNG parallel execution
[ERROR] tearDownClass(com.testrunners.ParallelRunner) Time elapsed: 362.452 s
-
Unfortunately I must consider reverting to the older multimodel module asap - the new module is EXTREMELY slow, buggy in different spots and not that much more efficient for memory usage. Take this re…
-
Company cannot seem to access any completion at point functions. `M-x completion-at-point` gives me a window with completions (as it should), but `M-x company-capf` only gives me the message: "Cannot …
-
`@functools.wraps(func)` conveys information like function name and doc string from a bare to the decorated function. In this example, it seems like Pylance doesn't pick up on this information:
```…
-
as of pydocstyle 5.0.1:
```python
class T:
def foo(self, x):
"""
Does foo.
Parameters
----------
x : {'some', 'value', 'and', 'more', 'values', …
-
I noticed that several of the new fitter docstrings (which are *awesome*) e.g.
https://github.com/CovertLab/wcEcoli/blob/9c3484ef5de243978fcc63caa403eb5846c4572f/reconstruction/ecoli/fit_sim_data_1…
-
### Steps to reproduce
1. in pylintrc, set `logging-format-style=fstr` and `disable=logging-format-interpolation`
2. have logging statement in code using % formatting
```
logger.warning('hello %s …
belm0 updated
4 years ago
-
# Summary
Hi, thanks for this great package. Whenever I start editing any python code, I come across this error. I can globally switch off the `eldoc-mode` which solves the problem but I am looking t…
-
```
+ /usr/bin/python3 setup.py test
running pytest
Searching for astroid=2.4.0
Reading https://pypi.org/simple/astroid/
Downloading https://files.pythonhosted.org/packages/24/a8/5133f51967fb21e4…
-
this should work:
```python
def myfunc(regular_arg, **kwargs):
"""
Args:
regular_arg (str)
**kwargs
"""
```
...but gives "arg names which are inconsistent with…