Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jazzband/Watson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: jazzband/Watson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on May 18, 2022

  1. Use the mock standard module

    It is available as `unittest.mock` since Python 3.3.
    BoboTiG authored and jmaupetit committed May 18, 2022
    Configuration menu
    Copy the full SHA
    df4b720 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Fix "start --at" fail when stopping a current project (#480)

    * pass start at time to stop invoke
    * add test for start at, with running frame
    * no need for multiple times, tested in other start test
    * update cli comment
    * update docs
    * assert first frame closed, and current frame tracked
    
    PR: #480
    EdgyEdgemond authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d9de4fc View commit details
    Browse the repository at this point in the history
Loading