Page MenuHomeDevCentral

Document Python dependencies
ClosedPublic

Authored by dereckson on Nov 13 2017, 00:34.
Tags
None
Referenced Files
F4638114: D1190.diff
Thu, Feb 20, 10:32
Unknown Object (File)
Sun, Feb 16, 02:45
Unknown Object (File)
Sun, Feb 16, 02:45
Unknown Object (File)
Sat, Feb 15, 23:05
Unknown Object (File)
Sat, Feb 15, 22:04
Unknown Object (File)
Tue, Jan 28, 04:18
Unknown Object (File)
Mon, Jan 27, 05:32
Unknown Object (File)
Mon, Jan 27, 05:24
Subscribers
None

Details

Test Plan
$ python3 -m venv /path/to/new-venv
$ source /path/to/new-venv/bin/activate
$ pip install -r requirements.txt
$ cd _tests
$ make
python -m unittest discover modules
........
----------------------------------------------------------------------
Ran 8 tests in 0.196s

OK

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Nov 13 2017, 01:11
This revision was automatically updated to reflect the committed changes.