https://github.com/educationaltestingservice/rsmtool-pip-tester
Automatically test RSMTool PyPI packages on Linux and Windows.
https://github.com/educationaltestingservice/rsmtool-pip-tester
Last synced: about 1 year ago
JSON representation
Automatically test RSMTool PyPI packages on Linux and Windows.
- Host: GitHub
- URL: https://github.com/educationaltestingservice/rsmtool-pip-tester
- Owner: EducationalTestingService
- License: apache-2.0
- Created: 2018-02-28T14:55:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T21:16:54.000Z (over 2 years ago)
- Last Synced: 2025-02-17T02:17:26.485Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This project is to test the PyPI packages for [RSMTool](https://github.com/EducationalTestingService/rsmtool) on Linux and Windows. We do not test on macOS; we assume that if the package works on Linux, it will also work on macOS.
To test a new package version that has been already built and uploaded to the the Python Package Index, create a new branch, change the `RSMVERSION` values in both `.gitlab-ci.yml` and `azure-pipelines.yml` to the version you want to test, and submit a pull request for the branch. If both builds pass, merge the PR. You can then delete the pull request without merging it.
The packages are tested by creating a new conda environment and installing the specified RSMTool version and its dependencies using `pip`. The code for RSMTool is also checked out in a separate directory and then the tests are run with the installed rsmtool package in the environment.
These builds should only be run right before doing an RSMTool release.