Commit Graph

2 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
meatball
ee4d9e4120 [Exercise]: added square-root (#3279)
* added square-root

* Instruction Append

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-12-10 16:44:49 -08:00