File: __init__.py

package info (click to toggle)
python-sphinx-code-include 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,272 kB
  • sloc: javascript: 8,765; python: 1,270; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""A collection of all of the tests for sphinx-code-include.

In this module, we set up the mock imports needed to run all of our tests.

"""

import six

six.add_move(six.MovedModule("mock", "mock", "unittest.mock"))