File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
jmu_pytest_utils/template Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ - TBD
12+
13+
14+ ## [ 1.4.0] - 2025-10-09
15+
1116### Added
1217
1318- ` redirect_stdin ` class in common.py (#10 )
@@ -18,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1823
1924### Fixed
2025
26+ - ruff errors in triangle.py example
2127- shorten output for complex errors
2228- separate install for venv and jq
2329
@@ -105,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105111Initial release; see [ v1.0 HISTORY.md] ( https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md )
106112
107113
108- [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.3.0...HEAD
114+ [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.4.0...HEAD
115+ [ 1.4.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.3.0...v1.4.0
109116[ 1.3.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...v1.3.0
110117[ 1.2.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.0...v1.2.1
111118[ 1.2.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ source .venv/bin/activate
1616pip install --upgrade pip
1717
1818# Install libraries
19- pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.3 .0
19+ pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.4 .0
2020if [ -f " requirements.txt" ]; then
2121 pip install -r requirements.txt
2222fi
Original file line number Diff line number Diff line change 44
55setup (
66 name = "jmu_pytest_utils" ,
7- version = "1.3 .0" ,
7+ version = "1.4 .0" ,
88 description = "pytest plugin for Gradescope autograders" ,
99 author = "Chris Mayfield" ,
1010
You can’t perform that action at this time.
0 commit comments