mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Try running process tests in build after daemon threads fix.
This commit is contained in:
parent
d4339ba224
commit
2b3089ddd5
@ -8,7 +8,7 @@ import multiprocessing.pool
|
|||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo():
|
async def test_echo():
|
||||||
"""
|
"""
|
||||||
@ -30,7 +30,7 @@ async def test_echo():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live():
|
async def test_echo_live():
|
||||||
"""
|
"""
|
||||||
@ -52,7 +52,7 @@ async def test_echo_live():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live_pipe_in():
|
async def test_echo_live_pipe_in():
|
||||||
"""
|
"""
|
||||||
@ -74,7 +74,7 @@ async def test_echo_live_pipe_in():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live_pipe_out():
|
async def test_echo_live_pipe_out():
|
||||||
"""
|
"""
|
||||||
@ -99,7 +99,7 @@ async def test_echo_live_pipe_out():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live_pipe_err():
|
async def test_echo_live_pipe_err():
|
||||||
"""
|
"""
|
||||||
@ -121,7 +121,7 @@ async def test_echo_live_pipe_err():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live_pipe_out_err():
|
async def test_echo_live_pipe_out_err():
|
||||||
"""
|
"""
|
||||||
@ -147,7 +147,7 @@ async def test_echo_live_pipe_out_err():
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_echo_live_pipe_all():
|
async def test_echo_live_pipe_all():
|
||||||
"""
|
"""
|
||||||
@ -170,7 +170,7 @@ async def test_echo_live_pipe_all():
|
|||||||
assert not state.process.running
|
assert not state.process.running
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_ci
|
# @pytest.mark.skip_ci
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_double_echo_live():
|
async def test_double_echo_live():
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user