mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
39dcad7bd3
Moved Tests Added proper datetime
8 lines
117 B
Python
8 lines
117 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import doctest
|
|
import gistapi
|
|
|
|
# run doctests
|
|
doctest.testmod(gistapi) |