graphcore-research / pyscf-ipu

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

Configure pytest to show stdout and use verbose outputs #99

Closed hatemhelal closed 10 months ago

hatemhelal commented 10 months ago

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

awf commented 10 months ago

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

hatemhelal commented 10 months ago

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