home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 356799541

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/1817#issuecomment-356799541 https://api.github.com/repos/pydata/xarray/issues/1817 356799541 MDEyOklzc3VlQ29tbWVudDM1Njc5OTU0MQ== 1217238 2018-01-11T01:56:53Z 2018-01-11T01:57:05Z MEMBER

You can test this by mocking os.path.getmtime, e.g., ```python from unittest import mock # but note that we use a special import for mock in xarray

with mock.patch('os.path.getmtime', side_effect=RuntimeError): os.path.getmtime('fooasdf.txt') ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  287569331
Powered by Datasette · Queries took 2.602ms · About: xarray-datasette