mirror of https://github.com/eyhc1/rendercv.git
fix tests
This commit is contained in:
parent
1d15266989
commit
901a69f702
|
@ -159,13 +159,11 @@ cv:
|
||||||
end_date: "2022-08-01"
|
end_date: "2022-08-01"
|
||||||
- title: My Third Custom Section
|
- title: My Third Custom Section
|
||||||
entry_type: ExperienceEntry
|
entry_type: ExperienceEntry
|
||||||
link_text: My Link Text
|
|
||||||
entries:
|
entries:
|
||||||
- company: Hop!
|
- company: Hop!
|
||||||
position: Hop!
|
position: Hop!
|
||||||
date: My Date
|
date: My Date
|
||||||
location: My Location
|
location: My Location
|
||||||
url: https://example.com
|
|
||||||
highlights:
|
highlights:
|
||||||
- I think this is really working. This is an *ExperienceEntry*!
|
- I think this is really working. This is an *ExperienceEntry*!
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,4 @@ class TestCLI(unittest.TestCase):
|
||||||
output_file_path
|
output_file_path
|
||||||
)
|
)
|
||||||
|
|
||||||
# Remove the output file:
|
|
||||||
os.remove(output_file_path)
|
|
||||||
|
|
||||||
self.assertTrue(model.cv.name == "John Doe")
|
self.assertTrue(model.cv.name == "John Doe")
|
||||||
|
|
Loading…
Reference in New Issue