Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perlun/nunit-logging-from-setupfixture-repro


https://github.com/perlun/nunit-logging-from-setupfixture-repro

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

## nunit-logging-from-SetUpFixture-repro

This repo is a MCVE reproducing a problem I have been seeing with
logging from an NUnit `[SetUpFixture]`-annotated class.

### How to reproduce the problem

```
$ dotnet test
```

### Where does it work?

Run the same test in JetBrains Rider, and the output from this fixture
class is visible (although for one of the higher-level nodes in the test
explorer).