7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-22 06:54:44 +00:00
tutor/tests
Régis Behmo 0c0db78310 Get rid of mysql-client container
This has an impact on plugin hooks. Plugin hooks that needed to run
inside mysql-client now need to run inside mysql container. This
simplifies the deployment, as we no longer have an empty mysql-client
container sitting around.

When mysql is not enabled (ACTIVATE_MYSQL=False) the mysql container is
simply a mysql client.
2019-09-03 10:36:10 +02:00
..
__init__.py
test_config.py Fix missing password values from generated configuration 2019-06-24 12:36:19 +02:00
test_env.py Get rid of mysql-client container 2019-09-03 10:36:10 +02:00
test_plugins.py Move tutor-minio to dedicated plugin repo 2019-08-20 17:46:53 +02:00
test_scripts.py Progress on the plugins/k8s front 2019-06-07 22:49:45 +02:00
test_serialize.py Fix parsing of weird characters in configuration parameters 2019-07-11 10:31:23 +08:00
test_utils.py Improve command line yaml value deserialization 2019-07-10 15:22:12 +08:00