FAQ | This is a LIVE service | Changelog

Skip to content

Commits on Source 4

  • Andrew Vella's avatar
    fix(tests): correct path of custom test runner · dd64b9fb
    Andrew Vella authored
    Ref: #130
    dd64b9fb
  • Dr Rich Wareham's avatar
    feat: add tests for custom test runner · 2178b3f8
    Dr Rich Wareham authored
    Add a test that running `./manage.py test` results in both an exit code
    of 2 along with an informative error message.
    
    While adding the test, it was noted that there was some inconsistency in
    behaviour since tests share a common directory in which copier output is
    generated. This causes some cross-talk between test runs.
    
    Ensure that a fresh temporary directory is used for each run of each
    test.
    
    To avoid creating virtualenvs within vitualenvs and repeatedly
    installing the same packages over and over again, when poetry is used
    directly--as opposed to being used by tox--set the env used to be the
    system Python.
    2178b3f8
  • Dr Rich Wareham's avatar
    Merge branch 'fix-test-runner' into 'master' · 88cd91a6
    Dr Rich Wareham authored
    correct path of custom test runner and add tests
    
    Closes #130
    
    See merge request !144
    88cd91a6
  • release-it-bot's avatar
    chore(release): 4.1.0 · 0110f130
    release-it-bot authored
    0110f130
Loading