namespace Python.Net.Tests { using System; using System.Reflection; using NUnit.Common; using NUnitLite; class Program { static int Main(string[] args) { return new AutoRun(typeof(Program).GetTypeInfo().Assembly) .Execute(args, new ExtendedTextWrapper(Console.Out), Console.In); } } }