vmware/pyvmomi

Python 3 string formatting bug in Iso8601.py

Open

#169 ouverte le 17 sept. 2014

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (807 forks)batch import
bughelp wantedlow hanging fruit

Métriques du dépôt

Stars
 (2 141 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur