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

Make selectable languages in integration tests #646

Merged
merged 1 commit into from
Jun 1, 2020

Commits on Jun 1, 2020

  1. Make selectable languages in integration tests

    When testing on legacy OS we know in advance that some tests for unsupported modules will fail. We want to make the testing behaviour meet real expectations so it is convenient to have configurable set of modules to test.
    
    It was already implemented in the `tests_generator.py` script as environment variable `GENERATE_LANGUAGES`.
    
    In this commit:
    
    * the same behaviour was added to the `check_keygen.sh` script.
    * `GENERATE_LANGUAGES` was renamed to `THEMIS_TEST_LANGUAGES`
    shadinua committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    238f10e View commit details
    Browse the repository at this point in the history