aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove dependence of the script on its own file, but instead generate the ↵Jason R. Coombs2015-01-031-6/+12
| | | | necessary file in a temporary directory.
* Rewrite commentJason R. Coombs2015-01-031-3/+2
|
* Extract variable for clearer assertion.Jason R. Coombs2015-01-031-5/+2
|
* Pull logic out of the contextJason R. Coombs2015-01-031-7/+8
|
* Use contexts.quiet for stdout/stderr trappingJason R. Coombs2015-01-031-8/+5
|
* Use mock to patch sys.platformJason R. Coombs2015-01-031-3/+1
|
* Use mock to patch sys.modulesJason R. Coombs2015-01-031-9/+2
|
* Test is passing when LC_CTYPE isn't present. According to the original ↵Jason R. Coombs2015-01-031-1/+1
| | | | ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there.
* Rewrite skip/xfailJason R. Coombs2015-01-031-17/+19
|
* Restore missing importJason R. Coombs2015-01-031-1/+1
|
* Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-031-608/+0
|
* Remove remaining reference to setuptools from test_resourcesJason R. Coombs2015-01-031-2/+1
|
* Moved TestScriptHeader tests to more appropriate module.Jason R. Coombs2015-01-032-69/+70
|
* Move tests to be adjacent with other parsing tests.Jason R. Coombs2015-01-021-0/+5
|
* Move docstring to test class.Jason R. Coombs2015-01-021-5/+7
|
* Extract three more tests, using fixtures to unify the common aspects.Jason R. Coombs2015-01-021-41/+83
|
* Split the first test into two more tests.Jason R. Coombs2015-01-021-4/+8
|
* Split test into twoJason R. Coombs2015-01-021-0/+2
|
* Use mock to patch msvc9compiler.Reg.Jason R. Coombs2015-01-021-46/+44
|
* Remove unittest dependency from test_msvc9compiler.Jason R. Coombs2015-01-021-6/+5
|
* Use closing for Python 2.6 compatibilityJason R. Coombs2015-01-021-1/+2
|
* Open zip file in contextJason R. Coombs2015-01-021-5/+2
|
* woh what?Jason R. Coombs2015-01-021-1/+1
|
* Use tempdir contextJason R. Coombs2015-01-021-8/+3
|
* Replace comment with clearer docstring.Jason R. Coombs2015-01-021-2/+4
|
* Leverage fixtures for sample project and user_overrides.Jason R. Coombs2015-01-021-35/+18
|
* Remove copy pastaJason R. Coombs2015-01-021-2/+0
|
* Remove dependence on unittest in test_upload_docsJason R. Coombs2015-01-021-4/+3
|
* Use DALSJason R. Coombs2015-01-021-4/+9
|
* Normalize importsJason R. Coombs2015-01-021-1/+8
|
* Update comment to reflect issue was reported in Distribute.Jason R. Coombs2015-01-021-1/+1
|
* Use unicode literals to define files as text, and encode specifically when ↵Jason R. Coombs2015-01-021-9/+3
| | | | saving files.
* Extract varJason R. Coombs2015-01-021-2/+3
|
* Suppress exceptions in a context for clarity, brevity, and reuse.Jason R. Coombs2015-01-022-5/+10
|
* Use quiet contextJason R. Coombs2015-01-021-9/+6
|
* Replace setup/teardown with a shorter, more elegant fixture.Jason R. Coombs2015-01-021-37/+23
|
* Use useroverride fixtureJason R. Coombs2015-01-021-8/+1
|
* Use context openerJason R. Coombs2015-01-021-12/+12
|
* Use skipif marker for real_prefixJason R. Coombs2015-01-021-9/+3
|
* Python 2.6 can be assumedJason R. Coombs2015-01-021-3/+3
|
* Port test_test to pytestJason R. Coombs2015-01-021-4/+3
|
* Use DALS for nicer indentationJason R. Coombs2015-01-021-23/+29
|
* Remove unused importsJason R. Coombs2015-01-021-2/+0
|
* Converted sdist tests to pytestJason R. Coombs2015-01-021-30/+25
|
* Use tmpdir fixtureJason R. Coombs2015-01-021-16/+8
|
* Minor cleanupJason R. Coombs2015-01-021-7/+5
|
* Use importorskip to detect/load win32comJason R. Coombs2015-01-021-28/+17
|
* Ported test_sandbox to pytest from unittest.Jason R. Coombs2015-01-021-7/+3
|
* Ported test_resources to pytest from unittest.Jason R. Coombs2015-01-021-183/+200
|
* Remove additional references to unittest.Jason R. Coombs2015-01-021-3/+1
|