Closed sidpremkumar closed 5 years ago
You might also want to cover the following with a test from gitlabstack.py
except ValueError:
mr_date = datetime.datetime.strptime(
mr.created_at, '%Y-%m-%dT%H:%M:%SZ')
mr_updated_date = datetime.datetime.strptime(
mr.updated_at, '%Y-%m-%dT%H:%M:%SZ')
LGTM, thanks for your contribution :)
An error in python3:
The
message
attribute has been deprecated in PEP-352Please run tests both from python2 and python3 if the purpose is to maintain compatibility across pythons.