Skip to content

adding unit test#3

Open
cgeroux wants to merge 5 commits into
acenet-arc:mainfrom
cgeroux:main
Open

adding unit test#3
cgeroux wants to merge 5 commits into
acenet-arc:mainfrom
cgeroux:main

Conversation

@cgeroux
Copy link
Copy Markdown
Contributor

@cgeroux cgeroux commented Nov 24, 2022

Testing out how to do a pull request

@Python-929
Copy link
Copy Markdown

should we submit the request or not?..

@manhchien68
Copy link
Copy Markdown

adding unit test comment

1 similar comment
@ismail-baklouti
Copy link
Copy Markdown

ismail-baklouti commented Nov 24, 2022

adding unit test comment

Comment thread test_mean.py
exp = 3
assert obs == exp

def test_double():
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include a docstring describing what each test function does and what it testing.

Comment thread test_mean.py

def test_ints():
num_list = [1,2,3,4,5]
obs = mean(num_list)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing comment...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants