-
I'm getting an error while trying to install spaCy.
Tried using commands `pip install spacy` and `pip install -U spacy`. Also tried to install manually on PyCharm.
I saw a few similar issues where…
-
I am doing "nunit3-console FirstTest.dll" and i am getting error, please tell me what needs to be done to resolve this issue.
my setup is : 1) NUnit-2.6.0.12051
2) NUnit.Console-3.9.0
My Code: …
-
I am facing an isssue while migrating from nunit 2.5 to nunit 3.9 with respect to ibmmq . its working fine in nunit 2.5 but in nunit 3.9 i am getting mqrc_key_repository_error.
The following is the c…
-
## How to reproduce the behaviour
Command output
```
(.env) C:\Users\ME>pip install -U pip
Requirement already satisfied: pip in c:\users\ME\.env\lib\site-packages (21.1.2)
(.env) C:\Users\ME>p…
-
Hi
When running the below nunit3-console.exe command, the Results.xml file get updated at the end of the execution. Even its content is not available during the "OneTimeTearDown" method (The method…
-
I have a C# test project in which a test fixture class has NUnit.Framework.ExplicitAttribute. The project references NUnit3TestAdapter and NUnit from NuGet. I then run `vstest.console.exe "REDACTED.dl…
-
In the dotnet test integration page
https://stevegilham.github.io/altcover/%60dotnet-test%60-integration
the example
dotnet test /p:AltCover=true /p:AltCoverReport=".\altcover.xml" /p:AltCove…
-
As of 3.17.0 there's a dependency on Microsoft.DotNet.InternalAbstractions package in .nuspec but it's unclear how it is useful - I cannot find any code in this codebase which would depend on Microsof…
-
## Issue Description ##
I'm trying to debug a single NUnit test by clicking on the `Debug Test` command on the test method definition. When I try to step into a call to a referenced library the deb…
-
Hello,
When trying to excute tests from my .net5 dll, I'm getting "BadImageFormatException: Could not load file or assembly" error.
Checking my dll info, I verified that it has ARM64 arch:
![im…