summaryrefslogtreecommitdiff
path: root/test cases/python3
AgeCommit message (Expand)Author
2023-08-08tests: fix "4 custom target depends extmodule" with Python 3.8+ on WindowsChristoph Reiter
2022-11-14tests: fix edge case where non-default python is used, by skipping itEli Schwartz
2022-04-20Fix purelib and platlib validation in Python3 module.Jussi Pakkanen
2021-09-29tests: take into account Debian Python pathsFilipe LaĆ­ns
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-02-10test cases/python3/3 cython: fix dependency filesGerion Entrup
2019-10-20Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney
2017-12-02tests/python/4: Test that custom target depends add PATHNirbheek Chauhan
2017-11-13tests: test getting python module using pkg-configAnonymous Maarten
2017-08-18python3: Fix tests on Windows as it uses 'Lib' and 'Include'Guillaume Poirier-Morency
2017-08-17python3: Add tests for platform-dependant paths and cover include pathGuillaume Poirier-Morency
2017-03-30python3: Add tests for sysconfig_path() and language_version()Patrick Griffis
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan
2016-11-09Allow tests to mark themselves as skipped during runtime.Jussi Pakkanen
2016-02-26Python extension module finally works on Windows.Jussi Pakkanen
2016-02-21Skip cython test if it does not exist.Jussi Pakkanen
2016-02-21Can build Python extension on OSX.Jussi Pakkanen
2016-02-21Fix cython to work on platforms other than latest Ubuntu.Jussi Pakkanen
2016-02-21Added Cython sample project.Jussi Pakkanen
2016-02-21Can build a Python extension module.Jussi Pakkanen
2016-02-21Added plain Python sample project.Jussi Pakkanen