Show More
@@ -28,7 +28,7 b' def test_output_quiet():' | |||
|
28 | 28 | with AssertNotPrints('2'): |
|
29 | 29 | ip.run_cell('1+1;\n#commented_out_function()', store_history=True) |
|
30 | 30 | |
|
31 | def test_underscore_no_overrite_user(): | |
|
31 | def test_underscore_no_overwrite_user(): | |
|
32 | 32 | ip.run_cell('_ = 42', store_history=True) |
|
33 | 33 | ip.run_cell('1+1', store_history=True) |
|
34 | 34 | |
@@ -41,7 +41,7 b' def test_underscore_no_overrite_user():' | |||
|
41 | 41 | ip.run_cell('_', store_history=True) |
|
42 | 42 | |
|
43 | 43 | |
|
44 | def test_underscore_no_overrite_builtins(): | |
|
44 | def test_underscore_no_overwrite_builtins(): | |
|
45 | 45 | ip.run_cell("import gettext ; gettext.install('foo')", store_history=True) |
|
46 | 46 | ip.run_cell('3+3', store_history=True) |
|
47 | 47 |
General Comments 0
You need to be logged in to leave comments.
Login now