Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 517 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 517 Bytes

RISC-V-Application

Coding Challenge Submission for LFX Mentorship 2024 under RISC-V Sailing Downstream

Run using GitHub Actions

https://github.com/trishanu-init/RISC-V-Application/actions/workflows/python-app.yml

Run Locally

Clone the project

  git clone https://github.com/trishanu-init/RISC-V-Application.git

Go to the project directory

  cd RISC-V-Application

Install pytest

  pip install pytest

Run included tests in test_list.py

  pytest -s --verbose