0
votes
NUnit [TearDown] fails — what process is accessing my files?
Thanks for pointing this out!
The problem is not related to SQLite, but rather to memory management in general. After your test has run, the objects pointing to files have no scope anymore, …
