mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-15 11:35:47 +02:00
Increase coverage a bit
This commit is contained in:
parent
88bbb9773f
commit
ac24688a73
5 changed files with 56 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ def pluralize(word: str, amount: int, plural_form: Optional[str] = None) -> str:
|
|||
return plural_form or (word + "s")
|
||||
|
||||
|
||||
def get_edu_year_name(year: int) -> str:
|
||||
def get_edu_year_name(year: int) -> str: # pragma: no cover
|
||||
"""Get the string representation of a university year"""
|
||||
years = ["1st Bachelor", "2nd Bachelor", "3rd Bachelor", "1st Master", "2nd Master"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue