flyck / LA_hr

Training python module for getting familiar with TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hr

CLI for hr purposes.

Preparing for Development

  1. Ensure pip and pipenv are installed
  2. Clone repository: git clone git@github.com:example/pgbackup
  3. cd into repository
  4. Fetch development dependencies make install
  5. Activate virtualenv: pipenv shell

Usage

PENDING

Running Tests

Run tests locally using make if virtualenv is active:

$ make

If virtualenv isn’t active then use:

$ pipenv run make

About

Training python module for getting familiar with TDD


Languages

Language:Python 98.8%Language:Makefile 1.2%