issues
search
dsa-ou
/
algoesup
Algorithmic essays support: examples, templates, guides, library
https://dsa-ou.github.io/algoesup/
BSD 3-Clause "New" or "Revised" License
2
stars
0
forks
source link
Test functions that change an input
#40
Open
mwermelinger
opened
3 months ago
mwermelinger
commented
3 months ago
[ ] add to
test
an argument
output: int = 0
that indicates which argument is an output (default: none of them)
[ ] check the expected output against the returned value (if
output == 0
) or against the indicated argument
[ ] update documentation, incl. code guide
[ ] update example essay or add a new one that illustrates this (maybe a student essay)
[ ] update template(s)
test
an argumentoutput: int = 0
that indicates which argument is an output (default: none of them)output == 0
) or against the indicated argument