qutebrowser/tests
Florian Bruhin 19edea7343 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
2016-04-01 07:52:54 +02:00
..
helpers Fix lint 2016-03-29 23:20:39 +02:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Merge branch 'session-tests' 2016-04-01 06:15:52 +02:00
unit Rename unit/misc/test_sessions.py to *_unit.py 2016-04-01 07:52:54 +02:00
conftest.py Remove skip marker as it's builtin in pytest now 2016-03-02 07:14:06 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00