|
From: Richard M. <no...@gi...> - 2025-11-02 16:20:28
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: 4be47675f9fdea93a0d34f45f6c7b73bcd6d47d2 https://github.com/python-control/python-control/commit/4be47675f9fdea93a0d34f45f6c7b73bcd6d47d2 Author: Rory Yorke <roryy@rory-lenovo> Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M control/tests/canonical_test.py M control/tests/conftest.py M control/tests/convert_test.py M control/tests/frd_test.py M control/tests/freqresp_test.py M control/tests/lti_test.py M control/tests/mateqn_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/modelsimp_test.py M control/tests/optimal_test.py M control/tests/robust_test.py M control/tests/slycot_convert_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeplot_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_test.py A pytest.ini Log Message: ----------- 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. Commit: eb2b492c2bf347ff7bf79aa453ce4a9bf9544858 https://github.com/python-control/python-control/commit/eb2b492c2bf347ff7bf79aa453ce4a9bf9544858 Author: Rory Yorke <roryy@rory-lenovo> Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M control/tests/conftest.py M control/tests/passivity_test.py M pytest.ini Log Message: ----------- 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. Commit: 5ee1a56552556188b8d332ed72f839f0bb15652b https://github.com/python-control/python-control/commit/5ee1a56552556188b8d332ed72f839f0bb15652b Author: Rory Yorke <roryy@rory-lenovo> Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M pyproject.toml R pytest.ini Log Message: ----------- Move pytest marker config to pyproject.toml Commit: 6454b043229a013337dfe164c47c427eff403674 https://github.com/python-control/python-control/commit/6454b043229a013337dfe164c47c427eff403674 Author: Rory Yorke <roryy@rory-lenovo> Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M control/tests/conftest.py M control/tests/frd_test.py M control/tests/timeresp_test.py M pyproject.toml Log Message: ----------- Add pytest marker pandas for tests requiring pandas Commit: 01d76fde9bda5052de0ecc405f16cef45670c7db https://github.com/python-control/python-control/commit/01d76fde9bda5052de0ecc405f16cef45670c7db Author: Rory Yorke <roryy@rory-lenovo> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M control/tests/conftest.py Log Message: ----------- Remove unnecessary `cvxoptonly` marker in control/tests/conftest.py Commit: 2435a6aad72b4189b0ab8e90f482d6ed16a57095 https://github.com/python-control/python-control/commit/2435a6aad72b4189b0ab8e90f482d6ed16a57095 Author: Richard Murray <mu...@cd...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M control/tests/canonical_test.py M control/tests/conftest.py M control/tests/convert_test.py M control/tests/frd_test.py M control/tests/freqresp_test.py M control/tests/lti_test.py M control/tests/mateqn_test.py M control/tests/matlab_test.py M control/tests/minreal_test.py M control/tests/modelsimp_test.py M control/tests/optimal_test.py M control/tests/passivity_test.py M control/tests/robust_test.py M control/tests/slycot_convert_test.py M control/tests/statefbk_test.py M control/tests/statesp_test.py M control/tests/timeplot_test.py M control/tests/timeresp_test.py M control/tests/xferfcn_test.py M pyproject.toml Log Message: ----------- Merge pull request #1182 from roryyorke/rory/test-markers Use pytest markers for slycot, cvxopt, and pandas tests Compare: https://github.com/python-control/python-control/compare/abeb0e46a3d5...2435a6aad72b To unsubscribe from these emails, change your notification settings at https://github.com/python-control/python-control/settings/notifications |