[pytest-dev] Alias to parametrize

2018-01-29 Thread Bruno Oliveira
Hi all, A PR[1] has been submitted which adds `parameterize` as an alias to `parametrize`. Florian Bruhin and I are not very keen to the idea given that there is an explicit warning for it already and having different names to the same thing reduces consistency across test suites. I'm sending an

Re: [pytest-dev] Alias to parametrize

2018-01-29 Thread Floris Bruynooghe
Hi, Bruno Oliveira writes: > A PR[1] has been submitted which adds `parameterize` as an alias to > `parametrize`. Florian Bruhin and I are not very keen to the idea given > that there is an explicit warning for it already and having different names > to the same thing reduces consistency across t

Re: [pytest-dev] Alias to parametrize

2018-01-29 Thread Matt Griswold
* Floris Bruynooghe [180129 19:08 -0800]: > However the serious note in that plugin is that I think it makes sense > to use ``params``. My reasoning is that it's easy to spell and > already used for fixtures: ``@pytest.fixture(params=[0, 1])``. So > why not everywhere else: ``@pytest.mark.param

Re: [pytest-dev] Alias to parametrize

2018-01-29 Thread Ronny Pfannschmidt
the alt_spellings is actually a list of wrong spellings that triggers errors - the reason being that the word as different spellings in british and american English if we actually change the word i would like to see something completely different, not just some short-cutting -- Ronny 2018-01-30

Re: [pytest-dev] Alias to parametrize

2018-01-29 Thread Matt Griswold
* Ronny Pfannschmidt [180130 08:05 +0100]: > the alt_spellings is actually a list of wrong spellings that triggers > errors - the reason being that the word as different spellings in > british and american English The whole list is, yes -- in the case of that PR, it's making an alias for two Amer