https://github.com/pupil-labs/pupil
Raw File
Tip revision: ff86b2ea863b72fdc45a842d092d26031e6fa905 authored by Patrick Faion on 21 November 2019, 13:04:40 UTC
Merge pull request #1744 from pupil-labs/fixation_detector_fixes
Tip revision: ff86b2e
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