AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 290 forks source link

Cleanup InitDualityAttribute's #858

Closed Barsonax closed 4 years ago

Barsonax commented 4 years ago

Just a small cleanup since nunit provides a utility for setting the current directory already.

Also use typeof(DualityTestsPlugin).Assembly.Location for the location of the test plugin as thats cleaner and also actually fixes a potential bug as previously it would be set to Duality.dll instead of DualityTests.dll.