Skip to content

MolSSI-Education/oop_sprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

oop_sprint

A simple Object Oriented Programming (OOP) project to test Agile sprinting.

Description

The project is a simple student class to handle student-related functions.

There are two types of students: graduate and undergrads.

How to run

Clone the project

git clone https://github.com/MolSSI-SSS/oop_sprint.git

Create a conda environment and install the project for development (-e) including tests requirements ([tests])

conda create -n oop_sprint_env python=3.5 pip
source activate oop_sprint_env
cd oop_sprint
pip install -e .[tests]

Run tests

pytest

Agile and Sprinting Overview Presentation

The link to the PPT presentation from the agile sprinting day is here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages