feat(safety): added NoFileDescriptorLeak (linux) by fredbi 路 Pull Request #62 路 go-openapi/testify (original) (raw)
This is a linux-only assertion to guard against file descritor leaks.
Unlike goroutine leak checks, this one does not support parallel tests.
Change type
Please select: 馃啎 New feature or enhancement|馃敡 Bug fix'|馃搩 Documentation update
Short description
Fixes
Full description
Checklist
- I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
- I have rebased and squashed my work, so only one commit remains
- I have added tests to cover my changes.
- I have properly enriched go doc comments in code.
- I have properly documented any breaking change.