mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
* terminalreporter hasn't been used. It should be registered as last plugin to overwrite built-in
9 lines
49 B
Python
9 lines
49 B
Python
|
|
import pytest
|
|
|
|
|
|
def test_a():
|
|
assert True
|
|
|
|
|