FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bpython/bpython/test/test_args.py at master · susinmotion/bpython · GitHub
susinmotion
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
bpython
/
bpython
/
test
/
test_args.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (13 loc) · 320 Bytes
Breadcrumbs
bpython
/
bpython
/
test
/
test_args.py
Copy path
File metadata and controls
17 lines (13 loc) · 320 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
os
import
sys
import
unittest
from
mock
import
Mock
,
MagicMock
try
:
from
unittest
import
skip
except
ImportError
:
def
skip
(
f
):
return
lambda
self
:
None
from
bpython
import
config
,
repl
,
cli
,
autocomplete
class
TestFutureImports
(
unittest
.
TestCase
):
def
test_interactive
(
self
):
pass
Back
|
FazBrowse Home
|
New Git URL