7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 22:00:48 +00:00
tutor/tests
Régis Behmo 51928b0075 fix: parse strings prefixed with "#" in config save --set ...
Pound keys were interpreted as comments. This is annoying when we want
to parse html color codes, such as in:

    $ tutor config save --set "INDIGO_PRIMARY_COLOR=#225522"
    $ tutor config printvalue INDIGO_PRIMARY_COLOR
    null

Close #866.
2023-09-06 12:06:10 +02:00
..
commands fix: broken mysql after palm upgrade 2023-08-16 19:01:41 +02:00
core depr: templated hooks 2023-06-14 21:08:49 +02:00
__init__.py Add unit tests! yay! 2019-03-23 16:16:44 -07:00
helpers.py feat: refactor hooks API for simplification 2023-01-31 10:17:58 +01:00
openedx-lms-common-settings Better dev environment 2019-10-24 20:03:36 +02:00
test_bindmount.py feat: persistent bind-mounts 2023-06-14 21:08:49 +02:00
test_config.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
test_env.py fix: render list config items 2023-09-05 16:06:44 +02:00
test_plugin_indexes.py feat: plugin indexes 2023-02-10 10:06:38 +01:00
test_plugins_v0.py depr: templated hooks 2023-06-14 21:08:49 +02:00
test_serialize.py fix: parse strings prefixed with "#" in config save --set ... 2023-09-06 12:06:10 +02:00
test_utils.py refactor: move format_table function to utils 2023-02-28 09:45:11 +01:00