30 Commits (4dc4aca2e120180e6bb48c076986feff41b4f5fb)

Author SHA1 Message Date
Michael Šimáček c4a05f9344
Add support for GraalPy (#5380) 9 months ago
Henry Schreiner a582ca8a8e
tests: run on pyodide (#4745) 12 months ago
Ralf W. Grosse-Kunstleve f1a2e03d19
feat: remove Python 3.6 support (#5177) 1 year ago
Henry Schreiner 438034c5b8
chore: move to Ruff and add rules (#4483) 2 years ago
Henry Schreiner 522c59ceb2
chore: drop Python 3.5 (#3719) 3 years ago
Ralf W. Grosse-Kunstleve 6493f496e3
Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 3 years ago
Trigve afdc09deda
[master] Wrong caching of overrides (#3465) 4 years ago
Dmitry Yershov 076c89fc54
tests: test recursive dispatch using visitor pattern (#3365) 4 years ago
Yannick Jadoul 0f8d5f2eb6
Add a Valgrind build on debug Python 3.9 (#2746) 5 years ago
Henry Schreiner c50f90eca6
style: use Black everywhere (#2594) 5 years ago
Henry Schreiner 993495c96c
fix: Intel 18+ required (#2577) 5 years ago
andriish 38370a87f4
fix: support NVIDIA-PGI HPC SDK (#2475) 5 years ago
Henry Schreiner 4d9024ec71
tests: cleanup and ci hardening (#2397) 5 years ago
Henry Schreiner d8c7ee00a6
ci: GHA basic format & pre-commit (#2309) 5 years ago
Wenzel Jakob 44e39e0de7
fix regression reported by @cyfdecyf in #1454 (#1517) 7 years ago
Unknown 0b3f44ebdf Trivial typos 8 years ago
Jason Rhinelander 464d98962d Allow binding factory functions as constructors 8 years ago
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Dean Moldovan 0bc272b2e9 Move tests from short translation units into their logical parents 8 years ago
Dean Moldovan bdfb50f384 Move tests from test_issues.cpp/py into appropriate files 8 years ago
Wenzel Jakob 1d1f81b278 WIP: PyPy support (#527) 9 years ago
Dean Moldovan 76e993a3f4 Set maximum line length for Python style checker (#552) 9 years ago
Dean Moldovan bad1740213 Add checks to maintain a consistent Python code style and prevent bugs (#515) 9 years ago
Jason Rhinelander 7dfb932e70 Update OVERLOAD macros to support ref/ptr return type overloads 9 years ago
Jason Rhinelander 2097826346 Fix template trampoline overload lookup failure 9 years ago
Wenzel Jakob 69b6246677 add reason attribute to pytest.mark.skipif 9 years ago
Wenzel Jakob 1ffce7422d Get pybind11 test suite to compile on the Intel compiler (more or less..) 9 years ago
Dean Moldovan 99dbdc16e5 Simplify more tests by replacing capture with assert 9 years ago
Dean Moldovan 665e8804f3 Simplify tests by replacing output capture with asserts where possible 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago