mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Unstage tests that are not broken anymore
This commit is contained in:
@@ -64,7 +64,6 @@ public final class PyToxTest extends PyEnvTestCase {
|
||||
* Check tox nose runner
|
||||
*/
|
||||
@Test
|
||||
@StagingOn(os = TestEnv.WINDOWS)
|
||||
public void testToxNose() throws IOException {
|
||||
runPythonTest(new MyPyProcessWithConsoleTestTask(1,
|
||||
new MyTestProcessRunner(wrapPathWithSandbox(
|
||||
@@ -84,7 +83,6 @@ public final class PyToxTest extends PyEnvTestCase {
|
||||
* Check tox pytest runner
|
||||
*/
|
||||
@Test
|
||||
@StagingOn(os = TestEnv.WINDOWS)
|
||||
public void testToxPyTest() throws IOException {
|
||||
runPythonTest(new MyPyProcessWithConsoleTestTask(1,
|
||||
new MyTestProcessRunner(wrapPathWithSandbox(
|
||||
@@ -104,7 +102,6 @@ public final class PyToxTest extends PyEnvTestCase {
|
||||
* Check tox unit runner
|
||||
*/
|
||||
@Test
|
||||
@StagingOn(os = TestEnv.WINDOWS)
|
||||
public void testToxUnitTest() throws IOException {
|
||||
runPythonTest(new MyPyProcessWithConsoleTestTask(1,
|
||||
new MyTestProcessRunner(wrapPathWithSandbox(
|
||||
@@ -124,7 +121,6 @@ public final class PyToxTest extends PyEnvTestCase {
|
||||
* Big test which should run on any interpreter and check its output
|
||||
*/
|
||||
@Test
|
||||
@StagingOn(os = TestEnv.WINDOWS)
|
||||
public void testToxSuccessTest() throws IOException {
|
||||
runPythonTest(new MyPyProcessWithConsoleTestTask(1,
|
||||
new MyTestProcessRunner(wrapPathWithSandbox(
|
||||
|
||||
Reference in New Issue
Block a user