public static new void DoDeployment(TestContext context)
 {
     AssertListener.Initialize();
     PythonTestData.Deploy();
 }
Exemplo n.º 2
0
 public static void DoDeployment(TestContext context)
 {
     AssertListener.Initialize();
     PythonTestData.Deploy(includeTestData: false);
 }
Exemplo n.º 3
0
 static BuildTasksUI27Tests()
 {
     AssertListener.Initialize();
     PythonTestData.Deploy();
 }
 static IronPythonReplEvaluatorTests()
 {
     AssertListener.Initialize();
     PythonTestData.Deploy(includeTestData: false);
 }
Exemplo n.º 5
0
 static DatabaseTest27()
 {
     AssertListener.Initialize();
     PythonTestData.Deploy(includeTestData: false);
 }
Exemplo n.º 6
0
 static BaseDebuggerTests()
 {
     AssertListener.Initialize();
     PythonTestData.Deploy();
 }
Exemplo n.º 7
0
 static SendToReplTests()
 {
     AssertListener.Initialize();
     PythonTestData.Deploy();
 }
Exemplo n.º 8
0
 static ReplWindowPythonSmokeTests() {
     AssertListener.Initialize();
     PythonTestData.Deploy();
 }
 static ReplWindowPythonSmokeTests()
 {
     PythonTestData.Deploy();
 }
Exemplo n.º 10
0
 public static void DoDeployment(TestContext context)
 {
     PythonTestData.Deploy();
 }