Пакет: python3-xdoctest (1.2.0-1)
Ссылки для python3-xdoctest
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код xdoctest:
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What is a docstring? Its a string you use as a comment! They get attached to Python functions and classes as metadata. They are often used to auto-generate documentation. Why is it cool? Because you can write tests while you code!
The ``xdoctest`` package is a re-write of Python's builtin ``doctest`` module. It replaces the old regex-based parser with a new abstract-syntax-tree based parser (using Python's ``ast`` module). The goal is to make doctests easier to write, simpler to configure, and encourage the pattern of test driven development.
This package contains the library for Python 3.
Другие пакеты, относящиеся к python3-xdoctest
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Загрузка python3-xdoctest
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 117,3 Кб | 557,0 Кб | [список файлов] |