summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure SystemExit is never caught.Zac Medico2010-08-261-0/+4
* Tests: Let ./runTests take files as argument to run only the test in these filesSebastian Luther2010-08-081-0/+27
* portage.tests.TestCase: Add assertRaisesMsg() from pkgcoreSebastian Luther2010-07-231-0/+17
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use ImportError handling to import _TextTestResult which moved fromZac Medico2009-12-091-57/+8
* Copy the unittest._TextTestResult class from python-2.6 since it's beenZac Medico2009-12-071-6/+60
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+2
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-4/+4
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-4/+17
* Use realpath to resolve __file__ when searching for test inside main().Zac Medico2009-08-061-1/+1
* Remove odd os.getcwd() call used inside main() when searching for tests.Zac Medico2009-08-061-1/+1
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-301-1/+1
* * Fix dep_getusedeps() test to work with tuples.Zac Medico2008-05-251-1/+2
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-2/+13
* Fix spacing issues, importsAlec Warner2007-07-221-16/+17
* Add a test case for the logfile functionality of portage.spawn().Zac Medico2007-06-191-1/+2
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
* bump ________foo from the TestCase class since _exc_info() doesn't do anythin...Alec Warner2007-03-171-6/+3
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-071-8/+6
* Take marien's advice, turn Skips into Todos for clarity sakeAlec Warner2007-03-071-17/+12
* Roll our own unittest framework to add skip support.Alec Warner2007-03-061-7/+126
* fix a few broken testsAlec Warner2007-02-101-1/+1
* remove redundant directory nowAlec Warner2007-02-021-1/+1
* A somewhat more intelligent layout, move tests into portaage namespace so we ...Alec Warner2007-02-011-0/+55