We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bba09 commit 1d930fdCopy full SHA for 1d930fd
bpython/test/test_args.py
@@ -9,6 +9,7 @@
9
10
11
class TestExecArgs(unittest.TestCase):
12
+ @unittest.skip("test broken under pytest")
13
def test_exec_dunder_file(self):
14
with tempfile.NamedTemporaryFile(mode="w") as f:
15
f.write(
@@ -48,6 +49,7 @@ def test_exec_nonascii_file(self):
48
49
except subprocess.CalledProcessError:
50
self.fail("Error running module with nonascii characters")
51
52
53
def test_exec_nonascii_file_linenums(self):
54
55
0 commit comments