Vasily Kuznetsov

Results 36 comments of Vasily Kuznetsov

I'm interested in figuring out how Fedora packaging works but I'm afraid I won't get to it very soon. It would be lovely if you do it.

Hi, Anderson. As I said, at the moment I don't have time to work on this. I'm happy to accept pull requests, in fact I'd be grateful if you make...

Thank you. Indeed, it seems like packaging pytest plugins as OS packages is a thing.

I've created a pull request #10 (more or less copying the approach from https://github.com/pytest-dev/pytest-cov) -- does this look about right?

Yeah, the problem is that the tests of `pytest-console-scripts` install a test package (TP) into the python environment that runs the tests and then run TP's tests that execute console...

I'll also ask on the pytest-dev mailing list for the best practice regarding the setup of nested tests.

Thanks, Anderson, this seems like a good idea. I will check if I can install packages without hitting the internet (this would be undesirable for the unit tests IMO) and...

@ansasaki #11 is solved and I have published a new version to pypi. Sorry for the long wait.

Hi Brecht, Unfortunately at the moment the running of scripts that are not installed is not supported. It seems in principle possible to implement it as you describe (parse or...

Hi Brecht, Thanks for the suggestions. I have documented the [testing during development](https://github.com/kvas-it/pytest-console-scripts#package-installation-and-testing-during-development) use case and added a reference to this ticket, in case someone would like to take a...