dativebase / old-pyramid

Online Linguistic Database (OLD)
http://www.onlinelinguisticdatabase.org/
8 stars 2 forks source link

Variable datetime millisecond test fail in test_tags #2

Open jrwdunham opened 7 years ago

jrwdunham commented 7 years ago

Sometimes error in test_tags.py:268 because of datetime millisecond issue::

AssertionError: assert '2017-01-11T19:10:49' == '2017-01-11T19:10:48'
  - 2017-01-11T19:10:49
  ?                   ^
  + 2017-01-11T19:10:48
  ?                   ^
jrwdunham commented 6 years ago

This should be fixed when https://github.com/dativebase/old-pyramid/pull/5 is merged.