Dear pytest developers, We would like to submit our plugin “pytest-inline” to pytest-dev organization. pytest-inline is a plugin to help developers write inline tests at statement level. Inline testing is a new granularity of testing that make it easier to check individual program statements. An inline test is a statement that allows to provide arbitrary inputs and test oracles for checking the immediately preceding statement that is not an inline test. We have a paper about inline tests: https://arxiv.org/abs/2209.06315.
Our current repo is at https://github.com/EngineeringSoftware/pytest-inline. We have followed the guidelines to prepare the repo. We have also uploaded the plugin to PyPI. All of our contributors agreed to transfer the repo. Please let us know if you need any further information. Look forward to your feedback. Thanks, Yuki (with Alan, Milos, Owolabi, Pengyu, Zach)
_______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev