From 5daf546cae98c92b1b1ebfd16c2d5837f3a97543 Mon Sep 17 00:00:00 2001 From: st3107 Date: Mon, 14 Sep 2020 17:43:27 -0400 Subject: [PATCH] TST: create test_ipython.py --- xpdsim/tests/test_ipython.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xpdsim/tests/test_ipython.py diff --git a/xpdsim/tests/test_ipython.py b/xpdsim/tests/test_ipython.py new file mode 100644 index 0000000..27801d2 --- /dev/null +++ b/xpdsim/tests/test_ipython.py @@ -0,0 +1,5 @@ +import subprocess + + +def test_ipython(): + assert False