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"
|
||||
- title: My Third Custom Section
|
||||
entry_type: ExperienceEntry
|
||||
link_text: My Link Text
|
||||
entries:
|
||||
- company: Hop!
|
||||
position: Hop!
|
||||
date: My Date
|
||||
location: My Location
|
||||
url: https://example.com
|
||||
highlights:
|
||||
- I think this is really working. This is an *ExperienceEntry*!
|
||||
|
||||
|
|
|
@ -68,7 +68,4 @@ class TestCLI(unittest.TestCase):
|
|||
output_file_path
|
||||
)
|
||||
|
||||
# Remove the output file:
|
||||
os.remove(output_file_path)
|
||||
|
||||
self.assertTrue(model.cv.name == "John Doe")
|
||||
|
|
Loading…
Reference in New Issue