novoid / Memacs

What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
GNU General Public License v3.0
1.03k stars 66 forks source link

Fix some unittests #59

Closed DerBeutlin closed 6 years ago

DerBeutlin commented 6 years ago

Many unit-tests are failing for me, I tried to fix the obvious ones:

1) In csv.py fix the if statement which checks whether time elements are in the timestamp_format

2) In orgformat.py add the case that the email is provided as <bob.bobby@example.com>

3) update BAT0/cycle-count value

4) fix probable typo in whatsapp_test.py

novoid commented 6 years ago

Thank you!