https://github.com/pupil-labs/pupil
Raw File
Tip revision: 111bd10d619dc1a466a65728b4f690eb6edcfd79 authored by Patrick Faion on 18 November 2019, 09:52:26 UTC
Apply black
Tip revision: 111bd10
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2019 Pupil Labs

Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
---------------------------------------------------------------------------~(*)
"""

pytest_plugins = "pytester"
back to top