-
## Summary
MS Tests supports parallel tests across Assembly, Class and Method levels.
However this does not apply to methods that take input as DataRows / Data driven tests.
Can we add this …
-
Readme should have some info on how to configure build and eventually install. Since D is a relatively new language this should also probably include a link to instructions on what packages one might …
-
We're getting at around 200 tests now for LSP and we have a ton of `yield lambda: condition()` in setUp and tearDown methods. It can take a long time to wait for UnitTesting to finish if every one of …
rwols updated
7 months ago
-
### Answers checklist.
- [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there.
- [X] I have updated my IDF branch …
-
## Description
Hello, I have used `Microsoft.NET.Test.Sdk` for testing my service **(.NET 6.0)**.
In my service, reflection is used for finding specific custom attributes. It is okay until M…
-
Here you can see everything passing for the others, including Sublime Text on Mac OS:
1. https://travis-ci.org/evandrocoan/DebugTools/builds/440899598
1. ![image](https://user-images.githubuserconte…
-
There are a lot of tools out there that use configuration checked into git itself (travis, Jenkins pipelines, even Github with code owners, pull request template, etc.). I'd like to do the same with r…
-
## Description
After upgrading my test project to Windows App SDK 1.1 the execution of tests fails.
## Steps to reproduce
I followed https://devblogs.microsoft.com/ifdef-windows/winui-desktop-u…
-
## Description
We've long had a running VSTest pipeline for our projects unit tests, which target Framework 4.8 and run MSTest.
The YAML of the unit test on DevOps is very minimal:
```parameters:…
-
# Bug Report
**Current behavior**
> BlackView coming when app coming from background to foreground.
**Steps to reproduce**
> I am using dragbox to display a video in smallView. I started the …