summaryrefslogtreecommitdiff
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Please the flake8 godLaurent Peuch2020-03-192-4/+0
|
* Black the whole code baseLaurent Peuch2020-04-0110-59/+103
|
* Drop dependency on sixNicola Spanti2019-11-191-3/+1
|
* [registry] RegistrableInstance should be instantiated with __module__=__name__Philippe Pepiot2017-01-201-1/+1
| | | | | | | | | To detect in whih module the instance was created we previously detect the filename in python stack and then use modpath_from_file(). Since the later is now deprecated, we should force passing the module at instantiation with __module__=__name__. Deprecate old usage
* Rename pytest executable into logilab-pytestDenis Laxalde2016-10-031-1/+1
| | | | Closes #8396846.
* [test] Rework generate_manpage test to use a private __pkginfo__Rémi Cardona2015-06-241-0/+57
| | | | | Stop using lgc's own __pkginfo__ (which we may stop shipping/installing at some point).
* Fix python3 syntax errorsJulien Cristau2014-11-285-34/+20
| | | | Closes #278550
* Use "except as" syntax (related to #264017)Rémi Cardona2014-07-161-1/+1
| | | | Requires python >= 2.6.
* Remove CVS file IDsRémi Cardona2014-07-281-1/+0
|
* [registry] introduce RegistrableObject and RegistrableInstance base classes. ↵Sylvain Th?nault2013-01-142-0/+30
| | | | | | | | | | Closes #98742 and make them mandatory *for automatic registration*. Cleanup automatic registration code accordingly. Instances are now registrable, and automatically registered provided they inherit from RegistrableInstance.
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-231-2/+2
| | | | | the only failing test concerns the @monkeypatch decorator and fix is subject to controversy, so post-pone it so we may discuss about it.
* [modutils] fix load_module_from_path (closes #100935)Aurelien Campeas2012-07-302-0/+8
| | | | | | | | | | | | | A very old bug in modutils, that leads to doubly loading some modules. By chance on Linux (or the platform we typically use) it seems one the two module gets forgoten as soon as loaded. Unfortunately on Windows, with CubicWeb, it was found that the first module instance was the one on which the mro was built and the second one hosted the super(...) call with a different class id for the litteral within super(ThisClass, self).... The exact reason for the dual behaviour is still unknown but it could well be one of those 'platform dependant' bits that riddle Python.
* [tests] use plain package file (no symlink)Julien Jehannet2011-01-053-2/+0
| | | | Create a clean zipped mypypa package (without EGG-INFO)
* fix ImportError when test is not a module as expected by the testcaseJulien Jehannet2010-06-041-0/+4
|
* [cleanup] delete-trailing-whitespacesAdrien Di Mascio2009-07-273-17/+15
|
* add test for zip/egg module searchsylvain thenault2009-03-252-0/+1
|
* improve changelog testfilePierre-Yves David2008-07-031-1/+2
|
* basic sub messages managementPierre-Yves David2008-06-301-0/+7
|
* modify Changelog TestCase to hightlight a bugPierre-Yves David2008-06-301-0/+6
|
* proper changelog formatingPierre-Yves David2008-06-271-0/+170
|
* find test is now tested in a separate directoryPierre-Yves David2008-06-2515-0/+0
|
* add an assertDirEquals method for TestCasePierre-Yves David2008-06-2420-0/+274
|
* basic deprecated config handling supportSylvain2006-10-201-0/+20
|
* added unittests for umessage module (backport from maboa)Adrien Di Mascio2006-09-062-0/+72
|
* forget the past.root2006-04-2612-0/+241
forget the past.