Show More
@@ -271,3 +271,8 b' class TestSystemRaw(unittest.TestCase):' | |||||
271 | """ |
|
271 | """ | |
272 | cmd = ur'''python -c "'åäö'" ''' |
|
272 | cmd = ur'''python -c "'åäö'" ''' | |
273 | _ip.shell.system_raw(cmd) |
|
273 | _ip.shell.system_raw(cmd) | |
|
274 | ||||
|
275 | ||||
|
276 | def test__IPYTHON__(): | |||
|
277 | # This shouldn't raise a NameError, that's all | |||
|
278 | __IPYTHON__ |
General Comments 0
You need to be logged in to leave comments.
Login now