Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • juerg/cache-query-job-benchmark
  • bst-1 protected
  • juerg/cache-query-job
  • tristan/fix-recursive-artifact-pull
  • nanonyme/remove-fix-python-timestamps
  • tristan/shell-artifacts
  • bschubert/update-coverage
  • juerg/remote-cache
  • nanonyme/subprocess-devnull
  • tristan/artifact-extensions
  • tpollard/custom-platform-properties
  • juerg/buildbox
  • chandan/update-reqs
  • chandan/moar-runners
  • tpollard/optional-sandbox-properties
  • nanonyme/fix-tests
  • bschubert/standardize-source-tests
  • nanonyme/warn-nofile
  • abderrahim/stage-artifact-scriptelement
  • 1.6.1
  • 1.6.0
  • 1.93.5
  • 1.5.1
  • 1.93.4
  • bst-1.4-branchpoint protected
  • 1.5.0
  • 1.4.3
  • 1.93.3
  • 1.93.2
  • 1.4.2
  • 1.93.1
  • 1.93.0
  • 1.91.3
  • 1.91.2
  • 1.91.1
  • 1.91.0
  • bst-1-branchpoint protected
  • 1.4.1
  • 1.4.0
40 results

.gitignore

  • Tristan Van Berkom's avatar
    3e213152
    Support running test environments in parallel with `detox` · 3e213152
    Tristan Van Berkom authored
    This patch namespaces the test temp directory and the output
    coverage report file with the name of the environment under test,
    such that separately run tests do not access the same files.
    
    When running tests without tox, directly through setup.py,
    then the tmp directory will still be `./tmp`.
    
      * .gitignore: Added new .coverage-reports/ directory
    
      * .gitlab-ci.yml: Rely on tox to combine and report coverage, only
        tell tox about the COVERAGE_PREFIX so that results can be namespaced
        by CI job name.
    
        This change also publishes the sources and final combined `.coverage`
        file in an output gitlab artifact for inspection, and lists some missing
        dependencies to the `coverage` job.
    
      * tox.ini: Add comments and refactor main [testenv] section so that
        other environments dont inherit too much unrelated cruft.
    
        Set a separate working directory for each test environment,
        solving the parallelism concerns about coverage raised in #844.
    
        Also implemented new `tox -e coverage` environment to combine
        any found coverage and print a report.
    
    Fixes issue #844
    3e213152
    History
    Support running test environments in parallel with `detox`
    Tristan Van Berkom authored
    This patch namespaces the test temp directory and the output
    coverage report file with the name of the environment under test,
    such that separately run tests do not access the same files.
    
    When running tests without tox, directly through setup.py,
    then the tmp directory will still be `./tmp`.
    
      * .gitignore: Added new .coverage-reports/ directory
    
      * .gitlab-ci.yml: Rely on tox to combine and report coverage, only
        tell tox about the COVERAGE_PREFIX so that results can be namespaced
        by CI job name.
    
        This change also publishes the sources and final combined `.coverage`
        file in an output gitlab artifact for inspection, and lists some missing
        dependencies to the `coverage` job.
    
      * tox.ini: Add comments and refactor main [testenv] section so that
        other environments dont inherit too much unrelated cruft.
    
        Set a separate working directory for each test environment,
        solving the parallelism concerns about coverage raised in #844.
    
        Also implemented new `tox -e coverage` environment to combine
        any found coverage and print a report.
    
    Fixes issue #844