Sybren A. Stüvel
2ffcb80cb6
Python tests: replaced imp
with importlib
...
The `imp` module has been deprecated since Python 3.4, and is replaced
by `importlib`.
2019-06-28 14:37:04 +02:00
Bastien Montagne
098f75897e
PyTests: do not try to load non-2.8-ready add-ons.
2019-04-18 17:14:51 +02:00
Campbell Barton
63fcbfc3a7
RNA: naming, user-preferences -> preferences
2018-12-21 12:55:02 +11:00
Campbell Barton
cb66a28d82
Cleanup: unused vars, imports
2018-11-26 09:26:15 +11:00
Campbell Barton
8c15d612a5
Cleanup: pep8
2018-07-03 06:55:02 +02:00
Campbell Barton
1c81bcffde
addon_utils default mismatch /w enable/disable
...
default_set argument is now False for both.
2015-06-14 05:14:43 +10:00
Campbell Barton
e6ceecdf97
Cleanup: pep8, spelling
2015-04-22 16:26:54 +10:00
Campbell Barton
f2452bc9ab
Test: blacklist loading addons /w known problems
...
The test now runs without warnings
2015-04-10 12:08:23 +10:00
Campbell Barton
3ff3f563e5
PyAPI: don't adjust prefs when an fails to load
...
Recent addons commit meant that addons would be enabled even if they weren't found.
This would give an error (which is fine), but also remove from preferences.
2015-01-23 21:18:35 +11:00
Campbell Barton
bb4c34fe78
Fix Python CTest's, ignore 'addons_contrib'
...
Too many contrib addons are in an unstable state making the test not so useful.
Thanks to Sergey initial patch: D1012, redid mostly - but outcome is the same.
2015-01-21 12:56:30 +11:00
Campbell Barton
0eb060c7b4
Move tests into tests/ top-level dir
2014-06-18 22:03:46 +10:00