Skip to content

Sullivan-Patrick/underline-backend

 
 

Repository files navigation

SparkDev x Underline Backend

Pytest Status

Environment Setup

  • WSL

    • If you are running windows you might want to look into using Windows Subsystem for Linux
    • This will allow you to run a UNIX environment and make your life 10x easier on windows
  • Python environment setup

    • The project uses python3.9, install instructions here
  • pip dependencies

    • Once python3.9 is installed (you should be able to run python3.9 --version ), we have to install the packages for the project
    • In the root repo directory (where all of the folders are) run python3.9 -m pip install -r requirements.txt
  • Adding environment variables

  • Running tests

    • The project uses pytest to test the code before passing the CI/CD pipeline
    • Run pytest in the root directory of the repo to run all of the tests (the pytest binary should install automatically with the other pip packages)

About

The repo for the server-side code for the MSFT Underline project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%