bcolsen
d19a97f53a
Numpydocs and compiled objects return types
2017-08-08 22:46:33 -06:00
Daniel Hahler
94dc563d8a
tox: use posargs ("jedi test") for py.test command
...
Without this it would collect tests from other dirs also by default.
2016-11-04 14:31:43 +01:00
Dave Halter
1ba226d4a2
Typing after all cannot be used in Python 2.6, therefore remove it again and disable the tests for 2.6 that need it.
2016-07-03 12:10:19 +02:00
Dave Halter
2d2b22ba69
Dependency updates for tox, add typing for Python 2.6 and remove it for 3.5, because that version includes it natively.
2016-07-03 12:07:23 +02:00
Dave Halter
45dde12429
Pip compatibility with Python 3.2 is gone. Therefore we also remove it.
2016-07-03 11:36:19 +02:00
Claude
4249563eb2
tests can now also run on python 3.5
2016-02-09 21:08:47 +01:00
Dave Halter
7fe5280bda
Forgot to include all tox dependencies.
2016-01-27 19:01:33 -02:00
Dave Halter
633e5aa76f
The typing library only works in Python >= 2.7.
2016-01-26 15:05:58 -02:00
Claude
9d7e1ce81b
add the typing module for testing
2016-01-17 10:41:41 +01:00
Dave Halter
62609cb6f1
Resolve tox issues.
2014-12-17 14:01:00 +01:00
Danilo Bargen
81e066097d
Added pytest-cache to tox.ini
...
This allows you to only run the last failed tests using `py.test --lf`
or `tox -- --lf`.
2014-07-26 17:48:46 +02:00
Akinori Hattori
1eeb5677fa
update pytest to latest stable
2014-07-17 18:35:31 +09:00
ColinDuquesnoy
dceec59877
Add py34 to tox's envlist
2014-03-18 19:16:49 +01:00
Dave Halter
e4aac3eb54
add colorama to tox config, because that improves the color output
2014-01-22 16:15:56 +01:00
David Halter
1c75ced693
fix tox problem with sith tests
2013-09-04 21:31:48 +04:30
David Halter
8db85dbe15
add docopt to tox
2013-07-17 15:21:56 +02:00
Takafumi Arakaki
a94642b9c0
Add testenv:sith in tox.ini
2013-05-24 23:06:50 +02:00
David Halter
b2b8bfc8e3
don't erase coverage data
2013-05-13 18:01:59 +04:30
David Halter
bb27afa19c
forgot the coverage dependency when removing the pytest-coverage
2013-05-13 16:47:46 +04:30
David Halter
6b57f7ce48
remove pytest-cov from tox.ini requirements
2013-05-13 12:35:09 +04:30
David Halter
05eb62eea5
use coverage instead of pytest-cov
2013-05-13 12:29:56 +04:30
Danilo Bargen
b3d9b6ce69
Removed py25 related code ( fixes #206 )
2013-04-27 16:47:40 +02:00
Danilo Bargen
b06e654b92
Removed py25 from tox.ini (refs #206 )
2013-04-27 15:58:19 +02:00
Danilo Bargen
df468d3f38
Use dev version of pytest.
...
This should fix some issues with testing under py32, see
https://bitbucket.org/hpk42/pytest/issue/274/internalerror-when-running-doctest
2013-04-27 15:40:58 +02:00
Takafumi Arakaki
af22409059
Separate tox env for coverage check
2013-04-10 17:08:20 +02:00
Danilo Bargen
798136787f
Configuration to run coveralls on py33
2013-04-10 16:30:32 +02:00
Aldo Stracquadanio
07ec134bc9
Adding python 3.3 to test environment, mani fixes
...
Added python 3.3 to test-suite
Removed unused import
Removed unused import
Migrated to EAFP for attribute checking
Bumped version of ModulePickling for migration to hashlib
Added py33 environment to tox
Fixed issue with package importing on python 3.3
2013-03-27 10:48:56 +00:00
Takafumi Arakaki
4aac06eb86
Remove tags for known failures due to the import hack
2013-03-16 21:18:37 +01:00
Takafumi Arakaki
fbccdd3f70
Run doctests in the main py.test run
2013-03-14 14:15:00 +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
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
51a094be02
Run py.test in tox.ini
2013-03-12 07:08:52 +01:00
Takafumi Arakaki
ab79689cee
Use unittest2 for Python < 2.7
2013-03-10 21:28:27 +01:00
Takafumi Arakaki
668be37089
Use nose to run doctests
2013-02-26 10:25:16 +01:00
David Halter
d9ac630633
Merge pull request #140 from tkf/tox-setenv
...
Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache
2013-02-24 06:35:13 -08:00
Takafumi Arakaki
679cd05acf
Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache
2013-02-24 15:01:39 +01:00
Takafumi Arakaki
d9ca833814
Make 2.5 test runnable with tox
2013-02-24 14:56:15 +01:00
Takafumi Arakaki
26e27aecec
Add tox setup to run tests
2013-01-30 22:02:46 +01:00