Skip to content

Implement a prompt to launch test one by one #8

@anouvel

Description

@anouvel

With something like :

./42ShellTester --prompt

Will run one test, and prompt the user before running the next one, such as :

run test 1... 
<output of test>
V

run next test (yn) > y

run test 2...
<output of test>
... 

It should be usefull to check the logger between each tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @anouvel

        Issue actions

          Implement a prompt to launch test one by one · Issue #8 · we-sh/42ShellTester