Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

gearbot/Dashboard-api

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c69c41d · Jul 29, 2020
Oct 23, 2019
Sep 7, 2019
Oct 13, 2019
Aug 5, 2019
Jul 5, 2019
Jul 5, 2019
May 5, 2019
Aug 5, 2019
Sep 6, 2019
Sep 7, 2019
Aug 5, 2019
Jul 29, 2020

Repository files navigation

Gearbot Dashboard API

This repository contains all of the code that powers Gearbot's web dashboard

Contributing

All healthy contributions are appreciated and welcomed. We use Pytest for unit and functional testing to help with keeping bugs from popping up. See pytest.ini on how to run specific tests.

Steps:

  1. Clone the repository with git clone https://github.com/gearbot/Dashboard-api.git
  2. Install the project dependencies with pip -r requirements.txt
  3. Assure your code behaves as expected, add comments where explanations may be needed
  4. Run pytest to make sure the existing tests still succeed
  5. Add any new tests or tweak existing ones to fit new behavior or features
  6. Make sure all tests pass when you are finished