I was giving this a try today with some mixed results. First of all,
running pytest locally would fail with an "ccmlib.common.ArgumentError:
Unknown log level NOTSET" error for each test. Although I created a new
virtualenv for that as described in the readme (thanks for updating!)
and use both of
Comments Inline: Thanks for giving this a go!!
> On Jan 2, 2018, at 6:10 AM, Stefan Podkowinski wrote:
>
> I was giving this a try today with some mixed results. First of all,
> running pytest locally would fail with an "ccmlib.common.ArgumentError:
> Unknown log level NOTSET" error for each tes
I reproduced the NOTSET log issue locally... got a fix.. i'll push a commit up
in a moment.
> On Jan 2, 2018, at 11:24 AM, Michael Kjellman
> wrote:
>
> Comments Inline: Thanks for giving this a go!!
>
>> On Jan 2, 2018, at 6:10 AM, Stefan Podkowinski wrote:
>>
>> I was giving this a try to