tutor/tests
Régis Behmo 6d92fe2d4a fix: crash during `local quickstart -p`
When running `tutor local quickstart -p` we were getting the following error:

    Usage: custom [OPTIONS] ARGS...
    Try 'custom --help' for help.

    Error: Missing argument 'ARGS...'.

The docker-compose command sometimes accept a single command ("pull") with zero
argument.

See: https://discuss.overhang.io/t/local-quickstart-not-working-when-pullimages-enabled/1526
2021-05-07 17:01:09 +02:00
..
__init__.py Add unit tests! yay! 2019-03-23 16:16:44 -07:00
openedx-lms-common-settings Better `dev` environment 2019-10-24 20:03:36 +02:00
test_bindmounts.py fix: crash during `local quickstart -p` 2021-05-07 17:01:09 +02:00
test_config.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_env.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_images.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_plugins.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
test_utils.py refactor: add type annotations 2021-03-15 21:46:55 +01:00