Skip to content

Commit

Permalink
Added tasks for week 13
Browse files Browse the repository at this point in the history
  • Loading branch information
YAtOff committed Mar 6, 2017
1 parent 965e339 commit 17404d8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions week12/tasks/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
import min_number
import words_count
import head
import tail
import last
import take
import drop
import reverse

doctest.testmod(for_traverse)
doctest.testmod(while_traverse)
Expand All @@ -22,8 +18,4 @@
doctest.testmod(min_number)
doctest.testmod(words_count)
doctest.testmod(head)
doctest.testmod(tail)
doctest.testmod(last)
doctest.testmod(take)
doctest.testmod(drop)
doctest.testmod(reverse)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions week13/tasks/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import doctest

import tail
import take
import drop
import reverse

doctest.testmod(tail)
doctest.testmod(take)
doctest.testmod(drop)
doctest.testmod(reverse)

0 comments on commit 17404d8

Please sign in to comment.