https://github.com/pupil-labs/pupil
Revision 12d86b6a246ad6e494f040c437364af667d33100 authored by Patrick Faion on 02 September 2020, 08:29:52 UTC, committed by Patrick Faion on 02 September 2020, 08:29:52 UTC
1 parent aa77651
Raw File
Tip revision: 12d86b6a246ad6e494f040c437364af667d33100 authored by Patrick Faion on 02 September 2020, 08:29:52 UTC
Fix previous merging error
Tip revision: 12d86b6
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