Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Variables
setuptools.tests.test_develop Namespace Reference

Classes

class  TestDevelopTest
 

Variables

string SETUP_PY
 
string INIT_PY
 

Detailed Description

develop tests

Variable Documentation

string setuptools.tests.test_develop.INIT_PY
Initial value:
1 = """print "foo"
2 """
string setuptools.tests.test_develop.SETUP_PY
Initial value:
1 = """\
2 from setuptools import setup
3 
4 setup(name='foo',
5  packages=['foo'],
6  use_2to3=True,
7 )
8 """

Copyright 2014 Google Inc. All rights reserved.