## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-06-21|2021-06-21]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-24|2021-06-24]]
- [[Python]] [[pytest]] [[Pipelines]] to [build test suite with an artifact report][1] with [some helpful docs][2]
[1]: https://pypi.org/project/pytest-azurepipelines/
[2]: https://medium.com/@anthonypjshaw/azure-pipelines-with-python-by-example-aa65f4070634