Page MenuHomeDevCentral

Document Python dependencies
ClosedPublic

Authored by dereckson on Nov 13 2017, 00:34.
Tags
None
Referenced Files
F12506685: D1190.id.diff
Sat, Nov 8, 21:56
Unknown Object (File)
Tue, Nov 4, 10:30
Unknown Object (File)
Sun, Nov 2, 07:25
Unknown Object (File)
Sat, Nov 1, 18:40
Unknown Object (File)
Fri, Oct 31, 05:15
Unknown Object (File)
Thu, Oct 30, 13:42
Unknown Object (File)
Wed, Oct 29, 10:04
Unknown Object (File)
Tue, Oct 28, 23:41
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 Passed
Unit
No Test Coverage
Branch
requirements
Build Status
Buildable 1881
Build 2129: arc lint + arc unit

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.