- 20 Jul, 2020 1 commit
-
-
Chris Lamb authored
-
- 11 Jun, 2020 1 commit
-
-
Simon Chabot authored
for python < 3.6 those two types are not defined. In case of import error, let's define them (in the exact same way they are defined in the re module of python >= 3.7).
-
- 29 May, 2020 1 commit
-
-
Noé Gaumont authored
-
- 06 May, 2020 1 commit
-
-
Laurent Peuch authored
-
- 19 Mar, 2020 1 commit
-
-
Laurent Peuch authored
-
- 31 Mar, 2020 1 commit
-
-
Laurent Peuch authored
-
- 20 Mar, 2020 1 commit
-
-
Laurent Peuch authored
-
- 24 Oct, 2019 1 commit
-
-
Simon Chabot authored
time.clock is deprecated since python 3.3 and will be removed in python 3.8 this patch breaks backward compatibility with python < 3.3.
-
- 03 Oct, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
Closes #8396846.
-
- 10 Jun, 2016 1 commit
-
-
David Douard authored
so one can type "python -m logilab.common.pytest"
-
- 03 Mar, 2016 1 commit
-
-
Denis Laxalde authored
This allows client libraries to avoid importing pytest module which has spurious monkeypatches of unittest. Drop deprecated API about coverage control.
-
- 11 Sep, 2015 1 commit
-
-
Rémi Cardona authored
Closes #1716053.
-
- 01 Jul, 2015 1 commit
-
-
Rémi Cardona authored
To help spot tests that are not fully independent of one another.
-
- 25 Jun, 2015 1 commit
-
-
Rémi Cardona authored
The latter does not exist in python 3. Related to #105845.
-
- 13 Mar, 2015 1 commit
-
-
David Douard authored
The logilab.common package now lives in a logilab/common directory to make it pip compliant. Related to #294479.
-
- 30 Nov, 2014 1 commit
-
-
David Douard authored
The refactoring of the coverage suspend/resume tools in pytest done in 31725b8fa3f5 breaks the compatibility of theses tools with coverage.py, due to a bug in this later project, see: https://bitbucket.org/ned/coveragepy/issue/123
-
- 27 Nov, 2014 2 commits
-
-
Christophe de Vienne authored
The former implementation was not restoring properly the trace function on python 2.7 at least. This cleaner implementation uses context-manager, and deprecates the pause_tracing/resume_tracing couple. Closes #280757
-
David Douard authored
_ts_wrapped_run is a modified version of the upstream unittest.suite.TestSuite.run method, but the recent (python 2.7) evolutions of this later had never been 'integrated' in lgc. This mismatch broke tests using a tearDownModule function. This patch is... humm, sorry...
-
- 16 Jul, 2014 1 commit
-
-
Rémi Cardona authored
Since at least python 2.0, func_name and __name__ point to the same struct member and since 2.4, they share the exact same getter and setter. Since __name__ is the only property left in python 3.0, let's use that one. As for method.__self__, it has been available since at least python 2.0 too.
-
- 25 Aug, 2014 1 commit
-
-
Rémi Cardona authored
-
- 27 Jul, 2014 1 commit
-
-
Julien Cristau authored
When we modify the return value from one of the dict methods, explicitly build a list from it to make things work on python3. Related to #265740.
-
- 17 Sep, 2014 1 commit
-
-
Rémi Cardona authored
Requires python >= 2.6.
-
- 16 Jul, 2014 1 commit
-
-
Rémi Cardona authored
Requires python >= 2.6.
-
- 15 Jul, 2014 1 commit
-
-
Rémi Cardona authored
-
- 18 Jul, 2014 1 commit
-
-
Rémi Cardona authored
Requires python >= 2.6.
-
- 28 Jul, 2014 1 commit
-
-
Rémi Cardona authored
They're builtin since python 2.5, so we can remove our implementation.
-
- 25 Aug, 2014 1 commit
-
-
David Douard authored
-
- 04 Apr, 2014 1 commit
-
-
Sylvain Thénault authored
-
- 28 Mar, 2011 1 commit
-
-
Nicolas Chauvat authored
--HG-- branch : stable
-
- 20 Jan, 2011 1 commit
-
-
Pierre-Yves David authored
--HG-- branch : stable
-
- 04 Jan, 2011 1 commit
-
-
Julien Jehannet authored
Prefer now usage of setup_module/teardown_module in favor of setUpModule/tearDownModule See http://www.voidspace.org.uk/python/articles/unittest2.shtml#setupmodule-and-teardownmodule
-
- 06 Jan, 2011 1 commit
-
-
Pierre-Yves David authored
pytest TestSuite._wrapped_run method use two custom parameters (runcondition and options) that must be propagated to recursive call. --HG-- branch : stable
-
- 22 Sep, 2010 1 commit
-
-
Julien Jehannet authored
--HG-- branch : stable
-
- 21 Sep, 2010 1 commit
-
-
Emile Anclin authored
-
- 27 Aug, 2010 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 06 Dec, 2010 2 commits
-
-
Emile Anclin authored
-
Emile Anclin authored
-
- 24 Nov, 2010 1 commit
-
-
Julien Jehannet authored
-
- 22 Nov, 2010 1 commit
-
-
Emile Anclin authored
-