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

Fix tests #206

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix tests #206

wants to merge 3 commits into from

Commits on Nov 15, 2023

  1. Run tests in one thread only

    https://github.com/gtk-rs/gtk-test#general-setup:
    > When running test, you need to specify that you only want ONE thread.
    > Otherwise, GTK contexts might conflict into each others.
    jirutka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e067994 View commit details
    Browse the repository at this point in the history
  2. Run setup_schema before all tests

    There are multiple tests that require schema to be compiled and
    GSETTINGS_SCHEMA_DIR set, not just the one in settings.rs. The other
    tests currently fail due to missing schema.
    jirutka committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    40e81dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67fb677 View commit details
    Browse the repository at this point in the history