Files
lib_xua/tests/test_sync_clk_plugin.py
xross 3a9f2fff3a * Renamed test_sync to test_sync_clk_basic
* Authored test for known issue in sync mode, test_sync_clk_plugin
* Removed some unrequired test related files
2022-08-03 17:25:32 +01:00

20 lines
382 B
Python

import pytest
import Pyxsim
from Pyxsim import testers
import os
import sys
from test_sync_clk_basic import do_test
@pytest.fixture()
def test_file(request):
return str(request.node.fspath)
def test_sync_clk_plugin(test_file, options, capfd):
#pytest.xfail("This is a known failure due to issue #275")
result = do_test(test_file, options, capfd)
assert result