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

PR: Use the Python interpreter set in Preferences to run tests #174

Merged
merged 27 commits into from
Jun 10, 2022

Commits on Apr 16, 2022

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

Commits on Apr 17, 2022

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

Commits on Apr 20, 2022

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

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    1152930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b060203 View commit details
    Browse the repository at this point in the history
  3. fix: more issues with zmq

    stevetracvc committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    7ae8b3b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    af7bb84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b58ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0411d39 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Use Python interpreter from Spyder preferences by default

    The user may override it in the testing configuration.
    jitseniesen committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c70b410 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. fix: store empty string in project config if no pyexec chosen

    When using projects and no pyexec is set, then the value
    None
    is store in the project config file. When opened, this is interpreted
    as a string "None" rather than the python None
    
    Another option could be to change the default value of pyexec to ''
    instead of None
    stevetracvc committed May 1, 2022
    Configuration menu
    Copy the full SHA
    6dda2b8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    97a22f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466798d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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

Commits on Jun 1, 2022

  1. fixed testing issues

    stevetracvc committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e2ab7a2 View commit details
    Browse the repository at this point in the history
  2. another test skipped

    stevetracvc committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d349c7c View commit details
    Browse the repository at this point in the history
  3. skipping another test

    stevetracvc committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9ba80c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    c07ea16 View commit details
    Browse the repository at this point in the history
  2. skipping all qtbot tests

    stevetracvc committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    01b73c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2bbe2b View commit details
    Browse the repository at this point in the history
  4. Revert "skipping all qtbot tests"

    This reverts commit 01b73c9.
    stevetracvc committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c7abea1 View commit details
    Browse the repository at this point in the history
  5. Revert "attempt newer pytest-qt for testing"

    This reverts commit c07ea16.
    stevetracvc committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    323617b View commit details
    Browse the repository at this point in the history
  6. Revert "skipping another test"

    This reverts commit 9ba80c6.
    stevetracvc committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9b05ea6 View commit details
    Browse the repository at this point in the history
  7. Revert "another test skipped"

    This reverts commit d349c7c.
    stevetracvc committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f9ea870 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4bb682 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3102c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fixed some comments

    stevetracvc committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6642de0 View commit details
    Browse the repository at this point in the history