Pawel Chomicki

Results 24 comments of Pawel Chomicki

Blocked by https://github.com/python-poetry/poetry/issues/4846

I was able to create something that works. I have to clean and organize code.

@OddState, @tknerr could try this branch? Spec format can be specified in first 100 lines of the file. Format should be like below: ``` SPEC_TEST_FORMAT = '[{result}] {name} {p0}' ```...

Your proposition looks better than original but I'm not sure if it is clean enough. I have to think a little bit about it. Never the less issue will be...

Hi @tknerr, Sorry for delay. I have a problem with time. Could you tell me how to execute such test because py.test raises error? Br

Ok. I read docs and I modify test to get same result. I'm looking into your idea.

I have one more problem. My parametrize "suffix" doesn't have local. I have only e.g. ...[pip-9.0.6] Could share environment and complete test to reproduce your case? Br

In meantime I have a proposition based on one line example: ```[PASS] Package is intalled at version[local-ansible-2.1.0.0]``` To enable support new parameter will be introduced: ```spec_test_parameters``` Every integer greater than...

Good question about "spec_test_parameters" parameter. It should be easy to do that without this parameter. The first idea was to have global scope but I would like to have at...

I looked into code and I will add support for format per module. I have to think about few more details but concept is almost ready.