Add Redmine API token authentication
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import pytest
|
||||
from redmine_reporter.utils import hours_to_human, get_month_name_from_range, get_version
|
||||
from redmine_reporter.utils import (
|
||||
hours_to_human,
|
||||
get_month_name_from_range,
|
||||
get_version,
|
||||
)
|
||||
|
||||
|
||||
def test_hours_to_human_zero():
|
||||
|
||||
Reference in New Issue
Block a user