| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
needs_execut method set as an abstract method, meaning you can't
instantiate Task itself, and derived classes must implement the
methid. The former warning framework for this (deprecated) is
disabled, and some unit tests that were not implementing needs_execute
were fixed - by deriving from the AlwaysTask class.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
|
|
|
|
|
|
| |
left a pasted traceback in the SourceCode.py test, got rid of.
applied "standard" speedup of dropping tools in DefaultEnvironmment
and Environment, speeds up windows a lot (individual Removed
tests running in 1 sec instead of 15)
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
|
Method removed. Test moved to test/Removed/Copy-Method/Old, and new
test added to ensure it takes an AttributeError.
Deprecation warning no longer useful for this one, so removed.
Signed-off-by: Mats Wichmann <mats@linux.com>
|