summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-241-3/+3
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-2/+8
* Fix test suite failing if run under system Python (#1888)Bernát Gábor2020-07-061-0/+7
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-6/+17
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-031-0/+13
* Run tests in randome order (#1799)Bernát Gábor2020-05-011-0/+13
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-271-17/+6
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+1
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-18/+43
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-1/+2
* expose and document programmatic API (#1592)Bernát Gábor2020-02-121-2/+2
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-111-2/+2
* Better handling of base executable not found #1515Bernát Gábor2020-01-301-2/+2
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-4/+27
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-3/+3
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-15/+13
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-181-1/+1
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-161-0/+17
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-3/+5
* consider empty value for an env-var also falseBernat Gabor2020-01-101-1/+1
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-101-8/+11
* link app data needs ro with symlinks (#1480)Bernát Gábor2020-01-101-1/+1
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-1/+1
* unicode support (#1477)Bernát Gábor2020-01-101-1/+28
* Cross version compatibility (#1475)Bernát Gábor2020-01-101-0/+13
* fixBernat Gabor2020-01-101-18/+18
* Stat rewrite - POCBernát Gábor2020-01-101-0/+209