Skip to content

bkircher/string-to-seconds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-to-seconds

Homework for ReDI school backend course. This example shows how to use pytest for testing a simple function that converts a string representation of a time duration into seconds.

Develop

After cloning this repository, you can create a virtual environment and install dependencies like this:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run the tests with:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages