From 19edea73432766c40d8d5168644fe8f48bad73de Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 1 Apr 2016 07:52:54 +0200 Subject: [PATCH] Rename unit/misc/test_sessions.py to *_unit.py Otherwise we get: import file mismatch: imported module 'test_sessions' has this __file__ attribute: /home/florian/proj/qutebrowser/git/tests/integration/features/test_sessions.py which is not the same as the test file we want to collect: /home/florian/proj/qutebrowser/git/tests/unit/misc/test_sessions.py HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules --- tests/unit/misc/{test_sessions.py => test_sessions_unit.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/unit/misc/{test_sessions.py => test_sessions_unit.py} (100%) diff --git a/tests/unit/misc/test_sessions.py b/tests/unit/misc/test_sessions_unit.py similarity index 100% rename from tests/unit/misc/test_sessions.py rename to tests/unit/misc/test_sessions_unit.py