----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60719/#review180367 -----------------------------------------------------------
Patch looks great! Reviews applied: [60719] Passed command: support\windows-build.bat - Mesos Reviewbot Windows On July 7, 2017, 9:44 p.m., Eric Chung wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60719/ > ----------------------------------------------------------- > > (Updated July 7, 2017, 9:44 p.m.) > > > Review request for mesos, Armand Grillet, Jason Lai, and Kevin Klues. > > > Repository: mesos > > > Description > ------- > > Part of MESOS-7310, this patch adds the test infrastructure necessary > for reliably running unit tests for the mesos package located under > src/python/lib. > > setup.py is added under src/python/lib to both define the Python package > and to allow tests to be run via `python setup.py test`, which delegates > tests to pytest. > > > Diffs > ----- > > src/python/lib/mesos/__init__.py e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 > src/python/lib/requirements-test.in PRE-CREATION > src/python/lib/requirements.in PRE-CREATION > src/python/lib/setup.cfg PRE-CREATION > src/python/lib/setup.py PRE-CREATION > support/mesos-style.py 48d816f72df65d77364769f812fc06afcd6b5aec > > > Diff: https://reviews.apache.org/r/60719/diff/4/ > > > Testing > ------- > > 1. under src/python/lib, run `virtualenv env` > 2. `. env/bin/activate` > 3. `pip install setuptools --upgrade` > 4. `python setup.py test` > > > Thanks, > > Eric Chung > >
