mirror of https://github.com/eyhc1/rendercv.git
use time-machine package for testing
This commit is contained in:
parent
3f45dc57a0
commit
438bf3101e
|
@ -101,7 +101,7 @@ building_docs = ["mkdocs-material==9.5.4", "mkdocstrings-python==1.8.0"]
|
||||||
|
|
||||||
# For tests, RenderCV uses pytest. Coverage package is used to generate coverage
|
# For tests, RenderCV uses pytest. Coverage package is used to generate coverage
|
||||||
# reports.
|
# reports.
|
||||||
testing = ["coverage==7.4.0", "pytest==7.4.4"]
|
testing = ["coverage==7.4.0", "pytest==7.4.4", "time-machine==2.13.0"]
|
||||||
|
|
||||||
# Ruff is a linter (a tool to flag stylistic errors, bugs, suspicious constructs, etc.)
|
# Ruff is a linter (a tool to flag stylistic errors, bugs, suspicious constructs, etc.)
|
||||||
# Black is a code formatter.
|
# Black is a code formatter.
|
||||||
|
|
Loading…
Reference in New Issue