File: conftest.py

package info (click to toggle)
spyder-kernels 3.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,088 kB
  • sloc: python: 6,327; sh: 9; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
#
# Copyright © Spyder Kernels Contributors
# Licensed under the terms of the MIT License
#

"""
Main configuration file for Pytest
"""

import pytest


@pytest.fixture
def anyio_backend():
    return 'asyncio'