Takafumi Arakaki
|
fbccdd3f70
|
Run doctests in the main py.test run
|
2013-03-14 14:15:00 +01:00 |
|
Takafumi Arakaki
|
3d647d3f3d
|
Use --quiet when installing tox
|
2013-03-14 10:35:20 +01:00 |
|
Takafumi Arakaki
|
191e8f690b
|
Simplify .travis.yml
|
2013-03-14 10:33:28 +01:00 |
|
David Halter
|
25d55d4124
|
Merge pull request #165 from tkf/hide-api_classes-defined_names
Hide api_classes.defined_names in document
|
2013-03-13 21:44:54 -07:00 |
|
David Halter
|
5f9aa5506f
|
Merge pull request #166 from tkf/rethrow_uncaught
Better way of re-raising AttributeError
|
2013-03-13 21:43:14 -07:00 |
|
Takafumi Arakaki
|
7a9e374a65
|
Use original exception value when reraise
|
2013-03-13 23:54:19 +01:00 |
|
Takafumi Arakaki
|
93bd00bba4
|
Document rethrow_uncaught/reraise
|
2013-03-13 23:50:40 +01:00 |
|
Takafumi Arakaki
|
2b89dda5a6
|
Use reraise when re-raising MultiLevelStopIteration
|
2013-03-13 23:28:53 +01:00 |
|
Takafumi Arakaki
|
3b78b52204
|
Rename MultiLevelAttributeErro to UncaughtAttributeError
|
2013-03-13 23:24:26 +01:00 |
|
Takafumi Arakaki
|
eca0f01cfb
|
Use @common.rethrow_uncaught and stop manual re-raise
|
2013-03-13 23:21:49 +01:00 |
|
Takafumi Arakaki
|
e42ff9e762
|
Add common.rethrow_uncaught
|
2013-03-13 23:21:15 +01:00 |
|
Takafumi Arakaki
|
dccda224ab
|
Hide api_classes.defined_names
|
2013-03-13 22:18:50 +01:00 |
|
Takafumi Arakaki
|
8d54ebea7b
|
Fix BaseDefinition.module_name
|
2013-03-13 22:05:59 +01:00 |
|
Takafumi Arakaki
|
125a3b1a6b
|
Document BaseDefinition.module_name
|
2013-03-13 22:05:31 +01:00 |
|
Takafumi Arakaki
|
2f7797f867
|
Ignore known failure in BaseDefinition.description doctest
See: #162
|
2013-03-13 21:44:55 +01:00 |
|
Takafumi Arakaki
|
a449428391
|
Document BaseDefinition.full_name
|
2013-03-13 20:30:36 +01:00 |
|
Takafumi Arakaki
|
9e3e6a2eea
|
Document BaseDefinition.description
|
2013-03-13 20:29:02 +01:00 |
|
Takafumi Arakaki
|
41b33fd460
|
Document BaseDefinition.doc
|
2013-03-13 20:11:14 +01:00 |
|
Takafumi Arakaki
|
f9ed3d42f7
|
Document BaseDefinition.type
|
2013-03-13 20:01:43 +01:00 |
|
David Halter
|
74a9501bd7
|
Merge pull request #159 from tkf/fix-doc-import-error
Fix ImportError when building Sphinx
|
2013-03-12 11:50:49 -07:00 |
|
Takafumi Arakaki
|
c8c26f52b9
|
Fix ImportError when building Sphinx
|
2013-03-12 19:35:20 +01:00 |
|
David Halter
|
43ff06d7ea
|
Merge pull request #157 from tkf/thirdparty-test-import-check
Automatically skip thirdparty test if not importable
|
2013-03-12 07:23:21 -07:00 |
|
David Halter
|
a8218dee54
|
Merge pull request #156 from tkf/fix-get_sys_path
Make VIRTUAL_ENV actually importable
|
2013-03-12 07:21:50 -07:00 |
|
Takafumi Arakaki
|
ab5266b840
|
Automatically skip thirdparty test if not importable
|
2013-03-12 13:51:33 +01:00 |
|
Takafumi Arakaki
|
4866b38bda
|
Make VIRTUAL_ENV actually importable
|
2013-03-12 13:08:47 +01:00 |
|
David Halter
|
6c71fad802
|
Merge pull request #155 from tkf/migrate-to-pytest
Migrate to pytest
|
2013-03-12 03:59:16 -07:00 |
|
Takafumi Arakaki
|
e5b660b0a1
|
Use PIP_INSECURE=t only in Python 2.5 test
|
2013-03-12 11:33:01 +01:00 |
|
Takafumi Arakaki
|
de7092d56b
|
Fix: --thirdparty was not considered
|
2013-03-12 11:26:58 +01:00 |
|
Takafumi Arakaki
|
c87d3dad52
|
Remove unused imports
|
2013-03-12 11:04:15 +01:00 |
|
Takafumi Arakaki
|
c387bf06bc
|
No need to setup import path in test.base
py.test does that for us.
|
2013-03-12 11:03:12 +01:00 |
|
Takafumi Arakaki
|
446c7cf694
|
Document how to run test
|
2013-03-12 10:36:42 +01:00 |
|
Takafumi Arakaki
|
1fffbf13ca
|
Fix test failures because imports.py uses base.py
|
2013-03-12 10:18:18 +01:00 |
|
Takafumi Arakaki
|
b5764c1446
|
Remove old utility functions in test.base
|
2013-03-12 10:11:26 +01:00 |
|
Takafumi Arakaki
|
ff80988a75
|
Remove old test code
|
2013-03-12 10:02:19 +01:00 |
|
Takafumi Arakaki
|
49f635dca3
|
Add a failing test due to import hack
|
2013-03-12 10:01:57 +01:00 |
|
Takafumi Arakaki
|
7c289ce6be
|
Workaround test failure due to cache in Python 3.2
|
2013-03-12 09:59:30 +01:00 |
|
Takafumi Arakaki
|
cee167e3d2
|
Run py.test in clean cache directory
And finally remove XDG_CACHE_HOME=... in tox.ini.
|
2013-03-12 09:30:13 +01:00 |
|
Takafumi Arakaki
|
5c3252908f
|
Use PIP_INSECURE=t
|
2013-03-12 09:29:00 +01:00 |
|
Takafumi Arakaki
|
ab33400f76
|
Install libbluetooth-dev for Python 2.5
|
2013-03-12 09:21:30 +01:00 |
|
Takafumi Arakaki
|
135dd56e61
|
Install libssl-dev for Python 2.5
|
2013-03-12 09:15:30 +01:00 |
|
Takafumi Arakaki
|
9e600ed0b1
|
Use --insecure when running pip with Python 2.5
|
2013-03-12 09:04:56 +01:00 |
|
Takafumi Arakaki
|
e7b352b826
|
Install ssl in .travis.yml
|
2013-03-12 09:01:56 +01:00 |
|
Takafumi Arakaki
|
674743b7bb
|
Avoid NoSSLError in Python 2.5
|
2013-03-12 08:49:24 +01:00 |
|
Takafumi Arakaki
|
88adcbcf8a
|
Use tox in .travis.yml
|
2013-03-12 08:03:55 +01:00 |
|
Takafumi Arakaki
|
13b48632e5
|
Better assertion message formatter
|
2013-03-12 07:58:40 +01:00 |
|
Takafumi Arakaki
|
71bb93224d
|
Ignore first N failures in Python 2.5
|
2013-03-12 07:48:20 +01:00 |
|
Takafumi Arakaki
|
180d0a8764
|
Rename regression.py to test_regression.py
in order to let py.test collect the tests.
|
2013-03-12 07:12:44 +01:00 |
|
Takafumi Arakaki
|
0f9761aac7
|
Fix tests for Python 3.2 (use relative import)
|
2013-03-12 07:11:37 +01:00 |
|
Takafumi Arakaki
|
51a094be02
|
Run py.test in tox.ini
|
2013-03-12 07:08:52 +01:00 |
|
Takafumi Arakaki
|
a993dd0da4
|
Fix test_refactor
It was not run because test cases were collected from test/complete
instead of test/refactor.
|
2013-03-12 07:00:44 +01:00 |
|