https://github.com/astropy/astropy-integration-testing
Regular integration tests of Coordinated packages with astropy
https://github.com/astropy/astropy-integration-testing
Last synced: 15 days ago
JSON representation
Regular integration tests of Coordinated packages with astropy
- Host: GitHub
- URL: https://github.com/astropy/astropy-integration-testing
- Owner: astropy
- Created: 2019-12-10T00:02:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T22:18:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T16:03:57.103Z (over 1 year ago)
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Integration testing for the Astropy ecosystem
=============================================
[](https://github.com/astropy/astropy-integration-testing/actions)
This repository is a way to do integration testing
across the Astropy ecosystem to ensure that the core and coordinated packages
work well together.
The tests here only do basic testings for those packages on Linux.
Individual packages should still do the due diligence to test against
dev and/or pre-release versions of `astropy` on their own to be sure.
To run these tests on GitHub Action as a maintainer of this repo:
1. Goto Actions tab.
2. Select `astropy_rc_basic` job.
3. Click "Run workflow" dropdown and then the green "Run workflow" button.
4. A new run should kick off after a few seconds. Monitor the logs of this run.