-
Notifications
You must be signed in to change notification settings - Fork 446
Comparing changes
Open a pull request
base repository: python-control/python-control
base: 0.10.2
head repository: python-control/python-control
compare: main
- 9 commits
- 24 files changed
- 2 contributors
Commits on Oct 18, 2025
-
Replace test decorator slycotonly with pytest mark slycot
The pytest marker slycot is equivalent to the slycotonly decorator, and also allows slycot tests to be included or excluded at the pytest command-line.
Rory Yorke committedOct 18, 2025 Configuration menu - View commit details
-
Copy full SHA for 4be4767 - Browse repository at this point
Copy the full SHA 4be4767View commit details -
Replace test decorator cvxoptonly with pytest mark cvxopt
The pytest marker cvxopt is equivalent to the cvxoptonly decorator, and also allows cvxopt tests to be included or excluded at the pytest command-line.
Rory Yorke committedOct 18, 2025 Configuration menu - View commit details
-
Copy full SHA for eb2b492 - Browse repository at this point
Copy the full SHA eb2b492View commit details -
Move pytest marker config to pyproject.toml
Rory Yorke committedOct 18, 2025 Configuration menu - View commit details
-
Copy full SHA for 5ee1a56 - Browse repository at this point
Copy the full SHA 5ee1a56View commit details -
Add pytest marker pandas for tests requiring pandas
Rory Yorke committedOct 18, 2025 Configuration menu - View commit details
-
Copy full SHA for 6454b04 - Browse repository at this point
Copy the full SHA 6454b04View commit details
Commits on Nov 2, 2025
-
Remove unnecessary
cvxoptonlymarker in control/tests/conftest.pyRory Yorke committedNov 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 01d76fd - Browse repository at this point
Copy the full SHA 01d76fdView commit details -
Merge pull request #1182 from roryyorke/rory/test-markers
Use pytest markers for slycot, cvxopt, and pandas tests
Configuration menu - View commit details
-
Copy full SHA for 2435a6a - Browse repository at this point
Copy the full SHA 2435a6aView commit details
Commits on Nov 8, 2025
-
pytest-parametrize and slycot-mark tests in mateqn_test.py
Test solvers dependent on Slycot when "slycot" test marker is specified. These tests are now parametrized by method.
Rory Yorke committedNov 8, 2025 Configuration menu - View commit details
-
Copy full SHA for 63ce37d - Browse repository at this point
Copy the full SHA 63ce37dView commit details -
Add test marker noslycot & mark more tests with slycot
Use custom pytest mark `noslycot` for tests where slycot must not be installed to pass. Extend use of pyest mark `slycot` to other tests using Slycot functions.
Rory Yorke committedNov 8, 2025 Configuration menu - View commit details
-
Copy full SHA for faaa40e - Browse repository at this point
Copy the full SHA faaa40eView commit details
Commits on Nov 9, 2025
-
Merge pull request #1185 from roryyorke/rory/test-markers-2
pytest marks for slycot, part 2
Configuration menu - View commit details
-
Copy full SHA for 4242976 - Browse repository at this point
Copy the full SHA 4242976View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.10.2...main