File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
jmu_pytest_utils/template Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111- TBD
1212
1313
14+ ## [ 1.7.1] - 2025-11-14
15+
16+ ### Added
17+
18+ - ` 10_quiz_limited ` example assignment
19+
20+ ### Fixed
21+
22+ - jmu_pytest_utils supports Python 3.10
23+
24+ ### Changed
25+
26+ - ` check_return_types() ` call args is a tuple
27+
28+
1429## [ 1.7.0] - 2025-11-10
1530
1631### Added
@@ -175,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175190Initial release; see [ v1.0 HISTORY.md] ( https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md )
176191
177192
178- [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.0...HEAD
193+ [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.1...HEAD
194+ [ 1.7.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.0...v1.7.1
179195[ 1.7.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.6.1...v1.7.0
180196[ 1.6.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.6.0...v1.6.1
181197[ 1.6.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.5.0...v1.6.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/
[email protected] .
0 19+ pip install git+https://github.com/JMU-CS/
[email protected] .
1 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.7.0 " ,
7+ version = "1.7.1 " ,
88 description = "pytest plugin for Gradescope autograders" ,
99 author = "Chris Mayfield" ,
1010
You can’t perform that action at this time.
0 commit comments