You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest a small improvement to the docs. The description of how to use the pytests is currently a bit limited. It would be helpful to have a page or short list explaining each option for pytest that can be used with fiasco. I was having a bit of trouble understanding some options for running the pytests.
For example,
pytest --ascii-dbase-url http://download.chiantidatabase.org/CHIANTI_v9.0.1_database.tar.gz --skip-version-check --disable-file-hash has three separate switches, but they're not explained in the docs. The first is self-explanatory, but it's not clear what the latter two do without digging into the code.
The text was updated successfully, but these errors were encountered:
I'd like to suggest a small improvement to the docs. The description of how to use the pytests is currently a bit limited. It would be helpful to have a page or short list explaining each option for pytest that can be used with fiasco. I was having a bit of trouble understanding some options for running the pytests.
For example,
pytest --ascii-dbase-url http://download.chiantidatabase.org/CHIANTI_v9.0.1_database.tar.gz --skip-version-check --disable-file-hash
has three separate switches, but they're not explained in the docs. The first is self-explanatory, but it's not clear what the latter two do without digging into the code.The text was updated successfully, but these errors were encountered: