← 返回首页
mark another test as slow · bpython/bpython@f7aa4b2 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit f7aa4b2

Browse files
mark another test as slow
1 parent 75b4a0f commit f7aa4b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎bpython/test/test_args.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
except ImportError:
99
import unittest
1010

11+
try:
12+
from nose.plugins.attrib import attr
13+
except ImportError:
14+
def attr(func, *args, **kwargs):
15+
return func
16+
1117

18+
@attr(speed='slow')
1219
class TestExecArgs(unittest.TestCase):
1320
def test_exec_dunder_file(self):
1421
with tempfile.NamedTemporaryFile(mode="w") as f:

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.