From 2a071643f2450e57458b9183073fb3cabad41def Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 24 Sep 2016 16:08:46 +0200 Subject: [PATCH] tests: add an __init__.py file to turn fixtures into a proper module Dunno why this was not needed before. --- tests/integration/fixtures/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/integration/fixtures/__init__.py diff --git a/tests/integration/fixtures/__init__.py b/tests/integration/fixtures/__init__.py new file mode 100644 index 00000000..e69de29b -- 2.47.2