Skip to content

Commit

Permalink
Some more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Aug 17, 2023
1 parent 13afdc1 commit bfd91bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ extras =
deps =
astropy
numpy
parfive[ftp]
packaging
commands =
python -c "import sunpy; sunpy.self_test()"
# Test that we can import subpackages which don't have specific extras
# TODO: Actually run the tests for these modules
python -c "import sunpy.coordinates"
python -c "import sunpy.data"
python -c "import sunpy.io"
python -c "import sunpy.physics" # TODO: This doesn't import differential_rotation
python -c "import sunpy.sun"
python -c "import sunpy.time"
python -c "import sunpy.util"

0 comments on commit bfd91bc

Please sign in to comment.