mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-08 07:44:22 -04:00
tests: revert update_testdata to False in conftest.py
This commit is contained in:
@@ -23,7 +23,7 @@ import rendercv.renderer as r
|
||||
# the output. Setting update_testdata to True will update the reference files with
|
||||
# the latest RenderCV. This should be done with caution, as it will overwrite the
|
||||
# reference files with the latest output.
|
||||
update_testdata = True
|
||||
update_testdata = False
|
||||
|
||||
# copy sample entries from docs/update_rendercv_files.py:
|
||||
education_entry_dictionary = {
|
||||
|
||||
Reference in New Issue
Block a user