Commit Graph

12 Commits

Author SHA1 Message Date
BethanyG
e7a6b0dc7d [JinJa2] Corrected the macro used for comments on the test file. (#3373)
* Corrected the macro for comments on the test file.
* Added current_date (utcnow()) variable available for template macros.
* Removed unnecessary datetime import from macros file.
* Regenerated all practice exercise test files to add timestamp.
* Changed `datetime.now(tz=timezone.utc)` to `datetime.now(tz=timezone.utc).date()`
* Second regeneration to remove `timestamp` and just keep `date` for test files.
[no important files changed]
2023-07-14 15:52:15 -07:00
BethanyG
a7b7f8ec92 Updates/Edits
Regenerated test file (don't know why it needed it, but ok.
Re tested solution.
Edited instruction append to be one sentence per line.
2022-12-09 09:44:57 -08:00
BethanyG
75ba3565c0 More LL Edits
Final (I hope) touchups on template
Adjustments to example solution
Re-Generated test files.
2022-12-09 09:44:57 -08:00
BethanyG
ce16d819b9 Template Correction 2022-12-09 09:44:57 -08:00
BethanyG
cedb63b9d2 Updated JinJa Template
Updated template
Re-generated test cases
Re-formatted json file
2022-12-09 09:44:57 -08:00
BethanyG
d9255250a9 JinJa Redo Number Two 2022-12-09 09:44:57 -08:00
Meatball
b85fc64b53 progress 2022-12-09 09:44:57 -08:00
Meatball
fc4c03b45d more stuff 2022-12-09 09:44:57 -08:00
Meatball
9c90b83909 progress 2022-12-09 09:44:57 -08:00
Meatball
228f421a13 Added Jinja template 2022-12-09 09:44:57 -08:00
Sam Frances
a1deaf85d6 Add iterator independence test to linked-list exercise.
This test checks that different calls to `iter()` on the same
`LinkedList` instance return independent iterators, which
change state independently of each other.
2021-09-14 09:55:25 -07:00
Erik Schierboom
c5d9d9c0b3 [v3] Move existing exercises to exercises/practice 2021-01-29 11:14:36 -05:00