Enable BytesWarnings.
[portage.git] / pym / portage / tests / runTests
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-03-21 Zac MedicoUse realpath(__file__) to locate whole portage.
2013-01-31 Zac MedicorunTests: handle samefile OSError, bug #454880
2013-01-03 Zac MedicorunTests: portage._internal_caller = True
2012-07-11 Zac Medicotests: support NOCOLOR env variable
2012-07-02 Zac MedicoDon't use SIGUSR1 under Jython, bug #424259.
2011-12-16 Zac Medicodata.py: tweak getgrnam call for PyPy
2011-12-16 Zac MedicorunTests: initialize portage.data for PyPy
2011-10-10 Zac Medicotests/__init__: return int from main()
2011-08-25 Zac MedicoEnable -Wd for tests, so DeprecationWarning works
2010-08-14 Zac MedicoAdd a SIGUSR1 handling to trigger pdb.set_trace().
2010-08-10 Zac MedicoDon't use os.getlogin() since apparently it's unreliable.
2010-08-10 Zac MedicoPretend that the current user's uid/gid are the 'portag...
2010-08-09 Zac MedicoCall portage._disable_legacy_globals() in order to...
2010-04-22 Zac MedicoAutomatically add PORTAGE_BIN_PATH to the front of...
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-01 Zac MedicoRemove unused print_function.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-03-06 Zac MedicoFix failure exit status. Thanks to Brian Harring.
2007-02-01 Alec WarnerA somewhat more intelligent layout, move tests into...