alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Home Page:https://birdseye.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Birdseye uses frozen time instead of actual time

RobinRamael opened this issue · comments

I'm not sure this is fixable, but when freezegun's freeze_time is used to decorate a unit test in which the current time is a variable, birdseye decorated function calls appear under that date in the web interface instead of the current date and time.

PS: this is a great tool, thanks :)