Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Add altp package for parallel execution #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2023

  1. Add altp package for parallel execution

    This patch adds altp package that is an alternative implementation
    of ltp package, using asyncio for parallel tests execution. In order to
    use it, please set ASYNC_RUN before run.
    
    The altp package also introduces a new UI for parallel execution and it
    replaces paramiko library with asyncssh, since paramiko doesn't support
    coroutines.
    
    Beware this is an EXPERIMENTAL support and it's not the ending version.
    acerv committed May 16, 2023
    Configuration menu
    Copy the full SHA
    22034ce View commit details
    Browse the repository at this point in the history