-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w`
- …
-
As seen in issue #2038 if a class level resource lock is specified, even if it is only a READ lock it will cause all tests that inherit it to run single threaded if any one of those tests uses a READ_…
-
If I use the following json, it works fine
```
{
"$id": "2",
"$type": "MCS.Object.Area",
"Id": "1",
"Name":"testArea",
"Factory": {
"$id": "3",
"Id": "1",
…
-
**❗ please do not add sensitive information in issues, you can provide extra information via email using issue number as reference ❗**
**Describe the issue**
We are using the IbisTester class to r…
-
`Assertion`[2] is a final class without an interface.
It blocks the user from
- creating custom assertions
- decorating `Assertion` with additional logic
And also violates "He Works by Contracts…
-
```
1. Create Factory
import org.testng.annotations.Factory;
import org.testng.annotations.Parameters;
public class TestFactory {
@Factory
@Parameters( { "param1", "param2" })
public Obj…
-
# dev env
* Delve Debugger Version: 1.23.1
* go version go1.22.7 linux/amd64
* client os: macos
* remote os: debian10
The code is in remote os, and the path is to home is a symlink. I have se…
-
Let's have an `Author` entity which has one-to-many relationship with `Book` entity. Let's have `Author1` with `Book1` and `Book2`, and `Author2`.
```
let authors = await authorsService.all({ inclu…
-
Привет!
1) Обратите внимание на правила именование констант в Java. Как их обычно пишут? В каком регистре? checkNameVideo Хорошее название для локатора-константы ?
2) $(loginInput).shouldBe(visibl…
-
My Code:
auto influxdb = influxdb::InfluxDBFactory::Get("http://localhost:8086/?db=test");
std::vector points = influxdb->query("SELECT * FROM test");
cout