-
They are used in tests:
```
__________________________________________________________________________ ERROR collecting tests/performance/Graph/igraph.py ____________________________________________…
-
The panel remains empty while the tests are running. It would be nice to print the intermediate test results while the test runner is running.
rwols updated
7 months ago
-
### Problem description
While watching a movie, Nova unexpectedly quits mid playback and marks the movie as watched. It doesn't save the progress and I would have to manually forward to the point w…
-
I am trying to generate coverage using github actions, all tests passes but in codecov upload it throws error that no coverage file located.
My github action
```yaml
name: test
on: [push, pull…
-
Unit testing required for functions in the dice_function module.
- [x] dice_budget
- [x] dice_count
- [x] roll_result
-
It would be great if the GitHub Action in this repo would be published.
The current `README.md` advises:
```
To enable GitHub Actions, copy the file build.yml to your repository.
```
It would b…
-
## Description
Since updating to the latest version of Microsoft.TestPlatform, unittests don't run anymore in Azure DevOps pipelines.
It seems as if there are some assembly reference mismatches, an…
-
### Description
I hate reporting non-deterministic bugs, but at least I have a MVCE this time. When unittesting coordinate transformations with broadcasting I came across a read-only array error, now…
-
This is the package that I wrote: https://github.com/lucifiel1618/SublimeScarpetSyntax
It worked fine and passed all tests in local `UnitTesting` runs.
Things didn't go as well with github CI.
…
-
Hello,
I'm trying out alba so i might have missed something.
Using MsTest:
``` csharp
[TestClass]
public class ManagementReportControllerTest
{
public IAlbaHost Host { get; set; }
…