You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow running BIT via cron affects the state file and reset it.
I need to investigate that.
State files not reset but overwritten by a unit test. The PyFakeFS does not work in that test because the save() method is triggered via atexit module. At that time PyFakeFS is not active anymore.
The text was updated successfully, but these errors were encountered:
Somehow running BIT via cron affects the state file and reset it.I need to investigate that.
State files not reset but overwritten by a unit test. The PyFakeFS does not work in that test because the
save()
method is triggered viaatexit
module. At that time PyFakeFS is not active anymore.The text was updated successfully, but these errors were encountered: