Olzhas Arystanov

Results 26 comments of Olzhas Arystanov

Hey @tony, Currently I don't have much time to implement this. But I am definitely open to a PR for this feature

A new `--now` flag was added in a latest release which triggers `pytest` to run instantly

Hey @estevaoem, Thank you for your feedback and this suggestion! I agree that clearing the screen can be really useful, but I am not sure if this can be achieved...

@tony Thanks for providing this snippet. This approach looks good to me, but why do you think we need to use `os.system`? Does it have any advantages over `subprocess.run` in...

The `content` attribute is missing as well

I'm closing this issue as we started working on that

I struggled to make `pytest-watch` work so I built an alternative tool if anyone is interested: https://github.com/olzhasar/pytest-watcher

I currently do not have much time to implement this. Will hopefully be able to work on that next month. In the meantime, PRs are welcome. @bard The tricky part...

@Pixailz looks quite hacky, will probably be hard to maintain that in future. But I appreciate the suggestion

A new version with clear screen support has just been released. I ended up using the `\033c` sequence. It appears that it achieves the same result as the one suggested...