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

Auto-format conftest

parent 35db19ff
No related branches found
No related tags found
1 merge request!136Add typeannotations and docstring for KernelWrapper
import os import os
import runpy import runpy
import sys import sys
import warnings
import tempfile import tempfile
import warnings
import nbformat import nbformat
import pytest import pytest
...@@ -34,7 +34,7 @@ def add_path_to_ignore(path): ...@@ -34,7 +34,7 @@ def add_path_to_ignore(path):
collect_ignore = [os.path.join(SCRIPT_FOLDER, "doc", "conf.py"), 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('pystencils_tests/benchmark')
add_path_to_ignore('_local_tmp') add_path_to_ignore('_local_tmp')
...@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'): ...@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'):
collect_ignore.append(f) collect_ignore.append(f)
class IPythonMockup: class IPythonMockup:
def run_line_magic(self, *args, **kwargs): def run_line_magic(self, *args, **kwargs):
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment