-
### Is your proposal related to a problem?
Indirectly.
Create React App comes with [React Testing Library](https://testing-library.com/) as a great default for testing React applications. Elabor…
-
The CLI in it's current state clones the rocket-science repo at one of the following branches from options provided:
CLI Options
- typescript (main branch)
- javascript (javascript branch)
- str…
-
Right now I have a "run list" of unit tests that I run manually with a test bot user in my development environment, in a development server.
If a 'test Discord client' doesn't exist - and a 'test i…
-
In SC9+ unit testing goes better without FakeDb (yep, that's me saying that)... Just get rid of [this NuGet package](https://github.com/Sitecore/Helix.Examples/blob/master/examples/helix-basic-unicorn…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
-
-
Herbert's copy of the test framework is currently well behind the new one which has some nice features we may want to use.
Updating the framework may be complicated by the inclusion of `skipTest`, …
-
### Describe the feature
The docs currently contain zero informations about testing. I am moving my backend from Nuxt to a separate Nitro app especially to have better testing abilities (Nuxt test …
MickL updated
7 months ago
-
##upgrading from EF Core 5.0.2 to 6.0.1 making Nunit unit test to fail
Currently I have upgraded from .net core 5 to .net 6, so I also have to update ef core from 5 to 6.0.1. However doing this is …