Work around file locking dependency in PackageManager
The `dub.internal.utils : lockFile` function does not land itself to mocking quite well, as it exposes a struct containing a `std.stdio : File` instance. The path of least resistance, for now, is to access `store_` directly from TestPackageManager by overriding `store`. |
---|
|
source/dub/packagemanager.d |
---|
source/dub/test/base.d |
---|