From 3670c2cdb732d378ba6d38e72e7cd875ff726aa9 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 21:11:41 -0500 Subject: move tests out of the package --- tests/fixtures/dummy.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/fixtures/dummy.ini (limited to 'tests/fixtures/dummy.ini') diff --git a/tests/fixtures/dummy.ini b/tests/fixtures/dummy.ini new file mode 100644 index 000000000..bc2281168 --- /dev/null +++ b/tests/fixtures/dummy.ini @@ -0,0 +1,4 @@ +[app:myapp] +use = call:pyramid.tests.test_paster:make_dummyapp + +foo = %(bar)s -- cgit v1.2.3