Skip to content
Snippets Groups Projects
test_test_utils.py 142 B
Newer Older
  • Learn to ignore specific revisions
  • from . import utils as test_utils
    
    
    def test_to_api_date(now):
    
        assert test_utils.to_api_date(now) == now.isoformat().split("+")[0] + "Z"