https://github.com/pupil-labs/pupil
Raw File
Tip revision: 6589aee4cd129ee5b1910f1a7462d717a59b02e5 authored by Patrick Faion on 17 February 2020, 16:25:09 UTC
Adjust UI to reference eyeball outline as well
Tip revision: 6589aee
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2020 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