Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
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 """

Copyright 2014 Google Inc. All rights reserved.