|
fe59986e1c
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
|
|
b511be20ff
|
Always import at the toplevel
|
2022-09-12 13:45:19 +02:00 |
|
|
3296fd8d89
|
User super() instead of referencing parent classes explicitly
|
2022-09-12 13:45:19 +02:00 |
|
|
feb53212dd
|
Modernize code with pyupgrade
pyupgrade --keep-percent-format --py36-plus `find -name '*.py'`
|
2022-07-28 19:14:12 +02:00 |
|
|
229913a77f
|
Clean imports up, drop python 2 fallbacks
|
2022-07-28 13:17:43 +02:00 |
|
|
25a6e04e2b
|
Run tests via calling 'setup.py test'
|
2022-03-29 14:01:55 +02:00 |
|
Marcus Huewe
|
d77f8919fe
|
- Project.init_project: return Project object
- adjusted testcases
|
2010-12-23 02:15:58 +01:00 |
|
Marcus Huewe
|
062bb35c95
|
- removed unused imports
|
2010-12-19 20:32:06 +01:00 |
|
Marcus Huewe
|
cda7ffc040
|
- testcases for "init_project"
|
2010-10-09 16:25:44 +02:00 |
|