Commit Graph
9 Commits
Author SHA1 Message Date
Mikhail Golubev 359d047a76 Remove "unittest" package from mock SDK, include it in test data instead 2014-12-03 18:57:14 +03:00
Ekaterina Tuzova 821d41ed0b removed wrong local imports from builtins
updated mock sdks
2014-11-27 12:20:12 +03:00
Mikhail Golubev acfe263666 Replace unittest module in mock sdk with skeleton that contains only TestCase class
Original layout of the package was preserved.
2014-11-20 13:10:27 +03:00
Mikhail Golubev 949af74508 Add 'unittest' package to all Python mock SDKs 2014-11-05 11:17:42 +03:00
Mikhail Golubev a1ae56b0f9 PY-9342 Distinguish between function and method types 2014-08-18 13:15:04 +04:00
Mikhail Golubev 93e45b92d8 PY-4073 Add completion for special function attributes
* Introduce new '__function' fake class for functions. Add its skeleton to user skeletons
and binary skeletons generator. Delegate to it in PyFunctionType for completion variants
and attributes resolution.
*  Regenerate test SDKs to use new class.
2014-07-14 19:39:31 +04:00
Andrey Vlasovskikh d81aac6345 Added 'io' modules for mock Python 2.7 SDK 2013-09-11 20:47:22 +04:00
Andrey Vlasovskikh 991094e3e7 Added numeric ABC checks 2013-06-27 13:42:14 +04:00
Andrey Vlasovskikh 9031552f27 Updated Python mock SDK from 2.5 to 2.7
The __namedtuple stub is now in __builtins__.
2013-02-12 20:59:07 +04:00