CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

A couple test related improvements. #1020

Closed zenhack closed 6 years ago

zenhack commented 6 years ago

See the individual commit messages.

I don't like the way the file names stutter (e.g. unit/client_unit.py), but py.test really doesn't do a good job of namespacing anything, so...

zenhack commented 6 years ago

Quoting Naved Ansari (2018-06-01 14:09:57)

Out of curiosity, how did you figure out that this variable refers to gw0/1/2.. in the output? plugins: requests-mock-1.5.0, xdist-1.22.2, forked-0.2, cov-2.5.1 gw0 C / gw1 C / gw2 C / gw3 C Could you point me to the documentation because I couldn't find

It's on this page, toward the end of the docs:

https://pypi.org/project/pytest-xdist/

I think I found it somewhere else originally; I re-found the above just by doing a search for the variable name.

naved001 commented 6 years ago

oh thanks, I also searched the variable name and couldn't find it. need to look carefully; smh

naved001 commented 6 years ago

@Izhmash ping

ianballou commented 6 years ago

I'm good with all this once jeremy's question is addressed.

zenhack commented 6 years ago

Cool, this has two signoffs, merging.