Skip to content

Complete Gamified Learning Platform Testing Suite #6

Complete Gamified Learning Platform Testing Suite

Complete Gamified Learning Platform Testing Suite #6

Workflow file for this run

name: Gamified Learning Platform Registration Testing Suite
on:
workflow_dispatch
jobs:
update:
name: Run GLP Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Python Setup
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
- name: Install requirements
run: pip install -r requirements.txt
- name: Run tests
run: python -m coverage report -m tests/test_registration.py
- name: Print Coverage
run: python -m coverage report -m tests/test_registration.py