Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup a config for tutorials to test the mscolab refactoring #2528

Merged
merged 9 commits into from
Sep 19, 2024

Conversation

ReimarBauer
Copy link
Member

Purpose of PR?:

related to #2527

Does this PR introduce a breaking change?
we enable debugging of flask objects for mscolab tutorial creations

By this we can now trigger a restart of the mscolab server in an evironment different from our usual testbench

    from pathlib import Path
    tmpdir = "/tmp/mscolab_tutorials
    msc_settings_file = os.path.join(tmpdir, "mscolab_settings.py")
    Path(msc_settings_file).touch()

This should enable us to write in tutorial syntax tests, which also can become recorded.

@joernu76 joernu76 merged commit 22aa853 into develop Sep 19, 2024
8 of 11 checks passed
@ReimarBauer ReimarBauer deleted the refactor_tutorials branch September 19, 2024 12:59
Preetam-Das26 added a commit to Preetam-Das26/MSS that referenced this pull request Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants