MarcSerraPeralta / iq_readout

Classifiers for IQ readout data from superconducting qubits
https://iq-readout.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Test if all classifiers have their own docs #35

Closed MarcSerraPeralta closed 2 months ago

MarcSerraPeralta commented 2 months ago

Add a test to check if all the classifiers in the repo have a description file in docs/source/classifiers/

MarcSerraPeralta commented 2 months ago

Researching, I have seen that there is an option with pylint, however I don't know if this can be integrated with pytest. Another option would be to use iq_readout.__all__ and the getattr to examine everything. If the elements have non-empty __doc__ attribute, then it is ok