File: control

package info (click to toggle)
python-jsontest 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 11
  • sloc: python: 29; sh: 7; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-jsontest
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3,
 python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/Fizzadar/JsonTest
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-jsontest.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jsontest.git
X-Python3-Version: >= 3.5

Package: python3-jsontest
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Python metaclass for generating tests from JSON files
 JsonTest is a small metaclass designed for automatically generating tests
 based off JSON files. Originally build for testing ElacticQuery.