This website requires JavaScript.
Explore
Help
Sign In
Jmaa
/
git-time-tracker
Archived
Watch
1
Star
0
Fork
0
You've already forked git-time-tracker
Code
Actions
Packages
This repository has been archived on
2024-10-13
. You can view files and clone it, but cannot push or open issues or pull requests.
827d0771a6
git-time-tracker
/
test
/
test_main.py
6 lines
105 B
Python
Raw
Normal View
History
Unescape
Escape
README
2024-06-03 22:46:15 +00:00
import
git_time_tracker
Ruff
2024-06-08 12:43:44 +00:00
README
2024-06-03 22:46:15 +00:00
def
test_report_empty
(
)
:
assert
list
(
git_time_tracker
.
generate_report
(
[
]
)
)
Copy Permalink