s-goldman / Dusty-Evolved-Star-Kit

SED-fitting python package for fitting evolved stars
https://dusty-evolved-star-kit.readthedocs.io
Other
15 stars 2 forks source link

[Docs] Testing Instructions / Guide #160

Closed Deech08 closed 3 years ago

Deech08 commented 3 years ago

As part of openjournals/joss-reviews#2554

Looks like you have tests, which I'm able to run. and all pass (test_console_commands.py). But I had to dig through to find these and run. Since the repository doesn't use some kind of continuous integration (Travis CI, etc.) it would be best to include a line in the readme or a small section in the documentation that tells a user how they can run the test to make sure the package installed properly and such.

s-goldman commented 3 years ago

@Deech08 There is continuous integration testing done through Github actions (The link is the [python package: passing] button on the readme; https://github.com/s-goldman/Dusty-Evolved-Star-Kit/actions). I will make this more clear, and add some documentation about how to initiate the tests manually.

Deech08 commented 3 years ago

ah, my fault! Thats quite clear actually so no need to add more unless you want to!