--- /dev/null
+[tool.pytest.ini_options]
+minversion = "6.0"
+python_classes = ""
+python_functions = ""
+testpaths = ["src/ieee754"]
+required_plugins = ["pytest-xdist>=1.0.0"]
+addopts = [
+ "-n",
+ "auto",
+ "--ignore",
+ "src/ieee754/add/test_dual.py",
+ "--ignore",
+ "src/ieee754/add/test_fpnum.py",
+ "--ignore",
+ "src/ieee754/fcvt/test/test_fcvt_pipe_64_32.py",
+ "--ignore",
+ "src/ieee754/fpadd/test/test_add16.py",
+ "--ignore",
+ "src/ieee754/fpadd/test/test_add64.py",
+ "--ignore",
+ "src/ieee754/fpadd/test/test_add_base.py",
+]
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
from sfpy import Float32
from nmigen.compat.sim import run_simulation
from dual_add_experiment import ALU
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
from random import randint
from nmigen import Module, Signal
from nmigen.compat.sim import run_simulation
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
""" test of FPCVTMuxInOut
"""
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
from operator import add
from nmigen import Module, Signal
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
from nmigen import Module, Signal
from nmigen.compat.sim import run_simulation
from operator import add
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
from random import randint
from operator import add