Eli Schwartz
ed252b87e0
use python2-compatible syntax because needed on macOS
...
Apparently this unittest runs on macOS using the system python2.
4 years ago
Eli Schwartz
6a0fabc647
mass rewrite of string formatting to use f-strings everywhere
...
performed by running "pyupgrade --py36-plus" and committing the results
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Sebastien Bacher
82f6790d5c
Use python3 in some tests which were still using python
...
The unversioned command is deprecated and removed from some distributions
5 years ago
Jussi Pakkanen
68f669bd2b
Condense test dirs.
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
6 years ago
Nirbheek Chauhan
575ffec62e
python module: Move tests to test cases/unit
...
The tests are only run via unit tests, so that's where they should be.
7 years ago
Mathieu Duponchelle
e1b138a21b
Implement a generic python module
...
With contributions from Håvard Graff
7 years ago
Jussi Pakkanen
98d00386b1
Can build a Python extension module.
9 years ago