- Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtests.py
More file actions
Latest commit
11 lines (10 loc) · 387 Bytes
/
Copy pathtests.py
File metadata and controls
11 lines (10 loc) · 387 Bytes
1
2
3
4
5
6
7
8
9
10
11
importdoctest
if__name__=='__main__':
importtestdata
doctest.testmod(testdata.base)
doctest.testmod(testdata.dictionary)
doctest.testmod(testdata.factories.statistical)
doctest.testmod(testdata.factories.datetimes)
doctest.testmod(testdata.factories.generic)
doctest.testmod(testdata.factories.sequences)
doctest.testmod(testdata.factories.numbers)