summaryrefslogtreecommitdiffstats
path: root/tests/test_shells/outputs/ipython.ok
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_shells/outputs/ipython.ok')
-rw-r--r--tests/test_shells/outputs/ipython.ok14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/test_shells/outputs/ipython.ok b/tests/test_shells/outputs/ipython.ok
new file mode 100644
index 0000000..166604d
--- /dev/null
+++ b/tests/test_shells/outputs/ipython.ok
@@ -0,0 +1,14 @@
+
+ In [2]  bool 42
+ 2>  bool(42)
+ Out[2]  True
+
+ In [3]  bool 44
+ 3>  bool(44)
+ Out[3]  True
+
+ In [4]  class Test(object):
+   pass
+  
+
+ In [5]  exit