diff options
Diffstat (limited to 'tests/test_scripts/pystartup.txt')
| -rw-r--r-- | tests/test_scripts/pystartup.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_scripts/pystartup.txt b/tests/test_scripts/pystartup.txt new file mode 100644 index 000000000..c62c4ca74 --- /dev/null +++ b/tests/test_scripts/pystartup.txt @@ -0,0 +1,3 @@ +# this file has a .txt extension to avoid coverage reports +# since it is not imported but rather the contents are read and exec'd +foo = 1 |
