Skip to content

Commit

Permalink
Virtual layer test passing datetime checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2020
1 parent 8297860 commit f746db6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/src/python/test_provider_virtual.py
Expand Up @@ -72,6 +72,15 @@ def tearDownClass(cls):
"""Run after all tests"""
pass

def treat_datetime_as_string(self):
return True

def treat_date_as_string(self):
return True

def treat_time_as_string(self):
return True

def setUp(self):
"""Run before each test."""
self.testDataDir = unitTestDataPath()
Expand Down

0 comments on commit f746db6

Please sign in to comment.