Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
cfb24d2b
Commit
cfb24d2b
authored
6 years ago
by
Ilya.Kazakevich
Browse files
Options
Download
Email Patches
Plain Diff
Test unstaged: it fails on IronPython for the good reason
parent
93f5ac5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/testSrc/com/jetbrains/env/python/PythonConsoleTest.java
+1
-1
...n/testSrc/com/jetbrains/env/python/PythonConsoleTest.java
with
1 addition
and
1 deletion
+1
-1
python/testSrc/com/jetbrains/env/python/PythonConsoleTest.java
+
1
-
1
View file @
cfb24d2b
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package
com.jetbrains.env.python
;
import
com.google.common.collect.Sets
;
...
...
@@ -18,7 +19,6 @@ import static org.junit.Assert.assertTrue;
/**
* @author traff
*/
@Staging
public
class
PythonConsoleTest
extends
PyEnvTestCase
{
@Test
public
void
testConsolePrint
()
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment