Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 482 Bytes

LiveShare

Purpose

Make the tests pass! This is a simple exercise to get you familiar with the basics of the LiveShare extension for VS Code.

Instructions

  1. Clone this repository
  2. Open the folder in VS Code
  3. Work through the functions in either functions.py or functions.R to make the tests pass

Run python -m pytest to run the python tests. You can also run python -m pytest -v to see the output of the tests. Run Rscript test_functions.R to run the R tests.