-
similar to [23192](https://github.com/microsoft/vscode-python/issues/23192) I'm using python 3.10.10 and below are the logs:
```
2024-11-11 12:17:09.161 [debug] Testing: Manually triggered test refre…
-
many CPANTESTER error as can be checked below.
(1) CPANTESTER report error: http://www.cpantesters.org/cpan/report/74597ace-4f9d-11eb-adcb-77821f24ea8f
```
# Failed test 'In Then the output mus…
-
I create a VSCode Extension and when launching, the `bdd-power-tools` extension fails:
```
Activating extension 'iteratec.bdd-power-tools' failed: Cannot find module 'vscode-languageclient'
```
…
-
**Given**
```ts
import React from "react"
import SvgAsset from "./asset.svg"
export function ComponentWithAsset() {
return
}
```
```ts
import { ComponentWithAsset }…
-
I have followed build instructions just as given.
```
make -j4 package
-- Darknet v3.0-195-gb4b25d33-dirty
-- CUDA detected. Darknet will use the GPU.
-- Found cuDNN library: /usr/local/cuda/l…
-
[//]: # I'm using pytest-6.2.4 for test automation with plugins allure-pytest-bdd-2.9.43, bdd-4.0.2. Python version is 3.6.9.
KeyError occurs when running pytest with flag --alluredir=reports.
…
-
I'm not sure if this is a `pytest-bdd` or a pytest core bug - but I've not seen it outside of `pytest-bdd`, so I'm reporting it here. Please let me know if I'm wrong! :smile:
I found various ways to…
-
### Bug Report Checklist
- [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github…
-
Something like this:
```js
describe('a test', function () {
def('name', () => 'Some Name')
it('works', function () {
expect($.name).to.eql('Some Name')
})
})
```
Results in an …
-
Given pytest-bdd is installed, if you type:
~~~
>>> import types
>>> types.__file__
'.....\\my_venv\\Lib\\site-packages\\pytest_bdd\\types.py'
~~~
But without pytest-bdd:
~~~
>>> import types
…