Skip to content

mwangistan/bc-9-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDD assignment

Write a (variadic) function super_sum() that takes in any number of numbers (or list of numbers) and sums them up.

#Tests included

Test non supported  types
Test sum of integers
Test empty arguments
Test if return type is integer
Test result when arguments have nested lists

About

Write a (variadic) function super_sum() that takes in any number of numbers (or list of numbers) and sums them up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages