aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsJason R. Coombs2017-10-121-2/+0
* Extract variables in test for clarity.Jason R. Coombs2017-10-121-3/+3
* Use pytest tmpdir fixture for simplicity.Jason R. Coombs2017-10-121-41/+28
* Clean up imports in test_pep517 to conform to PEP 8 standards.Jason R. Coombs2017-10-121-14/+14
* tests: pep517: revert changesxoviat2017-09-241-8/+6
* tests: pep517: fix enter_directoryxoviat2017-09-241-4/+5
* nit: fix spelling error and re-use contextmanagerxoviat2017-09-241-3/+4
* tests: pep517: minor cleanupxoviat2017-09-081-3/+2
* pep517: prepare_metadata: return basenamexoviat2017-09-071-2/+3
* tests: pep517: fixxoviat2017-09-071-1/+1
* tests: implement prepare_metadataxoviat2017-09-071-1/+10
* tests: cleanup the backendxoviat2017-09-071-10/+9
* tests: add build_wheel and build_sdistxoviat2017-09-071-3/+21
* tests: add get_requires_for_build_wheelxoviat2017-09-071-24/+44
* pep517: implement build backend fixturexoviat2017-09-071-0/+28
* tests: begin build frontend emulationxoviat2017-09-071-0/+41
* Merge branch 'master' into pr1127Jason R. Coombs2017-09-032-0/+43
|\
| * Add test_long_description_content_typeMarc Abramowitz2017-08-281-0/+25
| * Avoid interaction of multiple factors in test.Jason R. Coombs2017-08-281-1/+1
| * Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-281-8/+2
| * Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-281-0/+24
* | workaround easy_install bugBenoit Pierre2017-08-051-0/+46
|/
* fix requires handling when using setup.cfgBenoit Pierre2017-08-022-144/+196
* fix `test` command handling of `extras_require`Benoit Pierre2017-07-261-0/+66
* tests: minor cleanup; remove dead codeBenoit Pierre2017-07-261-12/+0
* do not strip empty sections in `extras_require`Benoit Pierre2017-07-251-0/+18
* Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-231-6/+36
* fix `install_requires` handling of extrasBenoit Pierre2017-07-151-1/+32
* fix `extras_require` handlingBenoit Pierre2017-07-151-4/+43
* fix possible error when finalizing `install_requires`Benoit Pierre2017-07-151-0/+19
* tests: rework clean install testBenoit Pierre2017-07-151-0/+31
* tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-153-3/+3
* DelintJason R. Coombs2017-07-131-1/+1
* extract variable for expected_requires.Jason R. Coombs2017-07-131-4/+5
* Extract the creation of the mismatch marker.Jason R. Coombs2017-07-131-13/+21
* Restore test that includes an environment marker.Jason R. Coombs2017-07-131-0/+6
* Merge pull request #1081 from benoit-pierre/fix_environment_markers_handlingJason R. Coombs2017-07-131-5/+10
|\
| * fix handling of environment markers in `install_requires`Benoit Pierre2017-07-131-5/+10
* | tests: mark test_unicode_filename_in_sdist with fail_on_asciiBenoit Pierre2017-07-131-0/+2
* | tests: fix `fail_on_ascii` fixtureBenoit Pierre2017-07-131-2/+2
|/
* Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-132-4/+6
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-307-27/+164
|\
| * Just use class in its namespaceJason R. Coombs2017-05-211-4/+3
| * Implement AbstractSandbox as a context manager.Jason R. Coombs2017-05-211-2/+2
| * Expand test to cover string rendering of SandboxViolationJason R. Coombs2017-05-211-0/+4
| * Rewrite tests to test the actual matching rather than making assertions about...Jason R. Coombs2017-04-181-20/+83
| * Pass flags programmatically, avoiding deprecating trailing pattern flags synt...Jason R. Coombs2017-04-181-13/+13
| * Add an integration test to install pyuriPi Delport2017-04-181-0/+15
| * Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-071-0/+4
| * Fix documentation upload by fixing content_type in _build_multipart on Python...Florian Schulze2017-03-111-0/+2