https://github.com/pupil-labs/pupil
Raw File
Tip revision: 7c7605d8bee9cadae2232fba083dd9fa1888a615 authored by Christopher Gundler on 19 November 2019, 11:04:25 UTC
Fix bug #1691
Tip revision: 7c7605d
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