vmware/pyvmomi

Python 3 string formatting bug in Iso8601.py

オープン

#169 opened on 2014/09/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (807 件のフォーク)batch import
bughelp wantedlow hanging fruit

Repository metrics

Stars
 (2,141 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド