ilikecubesnstuff / orbit-tessellation

A Python package for evaluating orbit commensurability using Delaunay tessellation.
1 stars 0 forks source link

Missing dependency; what should tests return? #6

Open michael-petersen opened 9 months ago

michael-petersen commented 9 months ago

pytest seems to need to be added as a dependency.

I ran tests/test_tesselation.py, but there were no outputs: it would be nice to have some validation that tests were run! I looked at the actions, and it doesn't look like any regression tests are being run there either. Something I'm overlooking?

michael-petersen commented 9 months ago

As discussed, the course of action here is to add separate dependencies for a developer version.

(Confirming that tests do run as expected; the output is just dots.)

ilikecubesnstuff commented 5 months ago

I have been using PDM to manage dependencies and pytest has been added as a dev dependency. Running pytest should be fairly simply now with PDM available:

pdm run pytest