Allow carrying unchecked TODOs to weekends. Add 'group by activity' in time log reports
This commit is contained in:
parent
13b1ad7373
commit
dcb62d34af
9 changed files with 204 additions and 55 deletions
|
|
@ -1185,7 +1185,7 @@ def test_time_report_dialog_creation(qtbot, fresh_db):
|
|||
qtbot.addWidget(dialog)
|
||||
|
||||
assert dialog.project_combo.count() == 1
|
||||
assert dialog.granularity.count() == 4
|
||||
assert dialog.granularity.count() == 5
|
||||
|
||||
|
||||
def test_time_report_dialog_loads_projects(qtbot, fresh_db):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue