From c43a7e6de52c360be77001dc6dffa331453822f7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 5 Mar 2022 11:43:41 -0500 Subject: [PATCH] Set default pytest mock to juniper This should have been included with this commit: * https://github.com/appsembler/figures/pull/427/commits/5a5ff31e03ed6a6ca18e9502effcfb589cd78b13 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index ef4e900b..2d0ee2df 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,5 +2,5 @@ DJANGO_SETTINGS_MODULE = devsite.test_settings norecursedirs = .* docs requirements -python_paths = devsite mocks/hawthorn +python_paths = devsite mocks/juniper testpaths = ./tests