Orbits
1
Main Page
Related Pages
Namespaces
Classes
Files
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
setuptools
tests
test_bdist_egg
Classes
|
Functions
|
Variables
setuptools.tests.test_bdist_egg Namespace Reference
Classes
class
TestDevelopTest
Functions
def
test_suite
Variables
string
SETUP_PY
Detailed Description
develop tests
Function Documentation
def setuptools.tests.test_bdist_egg.test_suite
(
)
Variable Documentation
string
setuptools.tests.test_bdist_egg.SETUP_PY
Initial value:
1
=
"""\
2
from setuptools import setup
3
4
setup(name='foo', py_modules=['hi'])
5
"""
Fri Nov 21 2014 12:23:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.