vmware/pyvmomi

Python 3 string formatting bug in Iso8601.py

开放

#169 创建于 2014年9月17日

 (1 条评论) (0 个反应) (0 位负责人)Python (807 个派生)batch import
bughelp wantedlow hanging fruit

仓库指标

星标
 (2,141 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

There is at least one place in Iso8601.py that does not include python 3 compatible string formatting.

This indicates a poor testing coverage over date formatting issues.

  • Devise a test that exercises this section of code by only using exposed VMOMI API ... that is by sending or receiving a vSphere command.
  • After devising the test then fix the code.

贡献者指南