graphcore-research / pyscf-ipu

PySCF on IPU
https://github.com/graphcore-research/pyscf-ipu#readme
Apache License 2.0
42 stars 2 forks source link

Configure pytest to show stdout and use verbose outputs #99

Closed hatemhelal closed 1 year ago

hatemhelal commented 1 year ago

This adds the .pytest.ini file which configures the default cmd line arguments used when invoking pytest

awf commented 1 year ago

So that CI testing and command-line testing give the same outputs?

hatemhelal commented 1 year ago

yep exactly solves my common problem of forgetting to add the -s option to show stdout