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

Classes

class  TestSdistTest
 
class  TestDummyOutput
 
class  TestSvn
 

Functions

def quiet
 
def unquiet
 
def b
 
def posix
 
def decompose
 
def test_suite
 

Variables

dictionary SETUP_ATTRS
 
string SETUP_PY
 
string LATIN1_FILENAME = 'smörbröd.py'
 

Function Documentation

def setuptools.tests.test_sdist.b (   s,
  encoding = 'utf-8' 
)
def setuptools.tests.test_sdist.decompose (   path)
def setuptools.tests.test_sdist.posix (   path)
def setuptools.tests.test_sdist.quiet ( )
def setuptools.tests.test_sdist.test_suite ( )
def setuptools.tests.test_sdist.unquiet ( )

Variable Documentation

string setuptools.tests.test_sdist.LATIN1_FILENAME = 'smörbröd.py'
dictionary setuptools.tests.test_sdist.SETUP_ATTRS
Initial value:
1 = {
2  'name': 'sdist_test',
3  'version': '0.0',
4  'packages': ['sdist_test'],
5  'package_data': {'sdist_test': ['*.txt']}
6 }
string setuptools.tests.test_sdist.SETUP_PY
Initial value:
1 = """\
2 from setuptools import setup
3 
4 setup(**%r)
5 """

Copyright 2014 Google Inc. All rights reserved.