summaryrefslogtreecommitdiff
path: root/tests/session/cmd/test_quickstart.py
Commit message (Collapse)AuthorAgeFilesLines
* Better selection support (#2290)Bernát Gábor2022-01-041-0/+5
|
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-0/+2
|
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-181-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add quickstart (#1907)Bernát Gábor2021-02-121-7/+40
|
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | - move environment marker always at start of output - use single char logging level representation - skip support for parallel runs - rework parallel run to collect output per env, and also collect logging lines, fix logging timestamps by materializing the log messages when they are emited (collect the resulting output, instead replaying the log records at a later stage) - support for the -c file to specify tox configuration file at custom path - fix PEP-517 implementation by implementing a new type hinted PEP-517 frontend/backend interface - add a executor for PEP-517 communication that starts up just one process and then reuses that one process for all subsequent messages, this also collects stdout/stderr for executed commands - introduce async executor for the commands (alongside the current sync) - add prefix to threads to ease of identification in debugging Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* quickstart: add current functionality testBernát Gábor2020-11-281-0/+12
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>