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

Add IXMP_DATA / execute all tests in temporary directories #130

Merged
merged 7 commits into from
Apr 1, 2019

Commits on Mar 13, 2019

  1. Execute all tests in temporary directories

    - New class ixmp.config.Config to regularize config handling.
    - Remove ixmp.default_paths, ixmp.default_path_constants.
    - cli.config(): use Config.save().
    - Scenario__init__(): use Config.find_dbprops() and Config.get().
    - conftest.py: new fixture 'tmp_env' and hook 'pytest_sessionstart'.
    - test_config.py: test Config features.
    - test_core.py: use pytest 'caplog' fixture to test that configuration
      values are used.
    - test_tutorials.py: use 'tmp_env' to force tutorial execution in a
      sandbox.
    khaeru committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    fef477d View commit details
    Browse the repository at this point in the history
  2. appease stickler

    khaeru committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4fcb45e View commit details
    Browse the repository at this point in the history
  3. update release notes

    khaeru committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2869836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f92c595 View commit details
    Browse the repository at this point in the history
  5. update copyright years

    khaeru committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    463bfad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    637837e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    d7178af View commit details
    Browse the repository at this point in the history