Dave Halter
|
2cd1ae73ed
|
Move stdlib content to the stdlib plugin
|
2018-07-22 03:45:02 +02:00 |
|
Dave Halter
|
482b5e63db
|
Move the buildout_project stuff to a separate examples folder
|
2018-02-16 15:01:40 +01:00 |
|
Dave Halter
|
fa2712a128
|
Ignore __main__ modules
|
2017-12-11 09:23:13 +01:00 |
|
Dave Halter
|
619acbd2ca
|
Goto didn't work well on imports in __init__.py files.
Fixes #956.
|
2017-09-11 21:48:37 +02:00 |
|
immerrr
|
f500457100
|
sample_venvs: exclude venvs dir from py.test discovery
|
2015-10-26 13:03:42 +03:00 |
|
Dave Halter
|
474d390220
|
Use imp.get_suffixes to deal with __init__ files that are not .py files but .so etc. fixes #472
|
2015-04-08 02:41:59 +02:00 |
|
Daniel Hahler
|
8621aae73c
|
Add any .egg-link paths from VIRTUAL_ENV to sys.path
Adding test_get_sys_path required factoring out
`_get_venv_sitepackages`, because `sys.version_info` cannot be mocked
apparently.
|
2015-01-25 21:35:09 +01:00 |
|
Dave Halter
|
49b34b4d01
|
Stuff mostly related to namespace packages.
|
2014-12-07 16:51:54 +01:00 |
|
Dave Halter
|
04855e9452
|
pytest -> ignore static_analysis folder
|
2014-05-12 01:59:00 +02:00 |
|
Dave Halter
|
10809e836d
|
speed test for slow precedence issues
|
2014-04-24 16:33:17 +02:00 |
|
ColinDuquesnoy
|
7977d57169
|
Add test_compiled
Should pass on travis since there is no precompiled modules yet
|
2014-02-18 20:31:06 +01:00 |
|
Dave Halter
|
6b3ebe50d8
|
scripts folder doesn't need testing - just ignore it
|
2014-01-13 03:18:17 +01:00 |
|
David Halter
|
34f05cdad5
|
minor bug/testing fixes for #122
|
2013-08-14 00:26:06 +04:30 |
|
Laurens Van Houtven
|
d32045303f
|
Add absolute_import failing SSCCE, and get pytest to ignore it
|
2013-06-21 19:25:18 +02:00 |
|
Takafumi Arakaki
|
6659a532ac
|
Remove --assert=plain
|
2013-03-15 00:25:10 +01:00 |
|
Takafumi Arakaki
|
95aed3c54e
|
Exclude docs directory from test search
|
2013-03-14 19:20:20 +01:00 |
|
Takafumi Arakaki
|
fbccdd3f70
|
Run doctests in the main py.test run
|
2013-03-14 14:15:00 +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
|
51a094be02
|
Run py.test in tox.ini
|
2013-03-12 07:08:52 +01:00 |
|