mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
10 lines
133 B
Python
10 lines
133 B
Python
def test_doo():
|
|
pass
|
|
|
|
def test_bar():
|
|
pass
|
|
|
|
def test_only_37():
|
|
import sys
|
|
assert str(sys.version).startswith("3.7")
|