File: README.rst

package info (click to toggle)
python-pyvmomi 8.0.3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,892 kB
  • sloc: python: 15,724; xml: 77; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
Testing Guidelines
==================

* All tests adhere to pep8 standards
* All tests must be stand-alone and deterministic
* All tests covering HTTP transactions will have a fixture file
    * fixture file names shall match method names
    * fixtures should be edited to include no *more* data than necessary
    * fixtures shall not include accessible IP addresses or credentials
* All changes shall be accompanied by a test
* All changes shall be associated with an issue number