diff --git a/testdir/dannyalgorithm.py b/testdir/dannyalgorithm.py new file mode 100644 index 0000000..00480ae --- /dev/null +++ b/testdir/dannyalgorithm.py @@ -0,0 +1,3 @@ +class Danny: + def __init__(self): + self.name = "Danny"