зеркало из
1
0
Форкнуть 0
This commit is contained in:
Jamie Cansdale 2020-03-08 18:29:16 +00:00
Родитель a6a3ff54c5
Коммит 589479e299
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,10 @@ using TestDriven.Framework;
namespace NUnitTDNet.Adapter
{
// Fix for NUnit3TestAdapter copying `nunit.engine` and `nunit.engine.api`
// into the output directory. Move them out of the way while TestDriven.NET
// is executing tests. See:
// https://github.com/jcansdale/TestDriven.Net-Issues/issues/153
public class BaseDirectoryGuardEngineTestRunner : ITestRunner
{
readonly static string[] dependencies = new[]