Skip to content
Snippets Groups Projects
Commit 2e7f2703 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Auto-format conftest

parent 35db19ff
Branches
Tags
1 merge request!136Add typeannotations and docstring for KernelWrapper
import os
import runpy
import sys
import warnings
import tempfile
import warnings
import nbformat
import pytest
......@@ -34,7 +34,7 @@ def add_path_to_ignore(path):
collect_ignore = [os.path.join(SCRIPT_FOLDER, "doc", "conf.py"),
os.path.join(SCRIPT_FOLDER, "pystencils", "opencl", "opencl.autoinit")]
os.path.join(SCRIPT_FOLDER, "pystencils", "opencl", "opencl.autoinit")]
add_path_to_ignore('pystencils_tests/benchmark')
add_path_to_ignore('_local_tmp')
......@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'):
collect_ignore.append(f)
class IPythonMockup:
def run_line_magic(self, *args, **kwargs):
pass
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment