Dave Halter
|
188fdcd34f
|
Remove the skip_python2 fixture
|
2020-07-02 02:52:24 +02:00 |
|
Dave Halter
|
db28eee760
|
Remove py__version__
|
2020-07-02 02:30:16 +02:00 |
|
Dave Halter
|
9d5acf3c53
|
Remove the has_typing fixture
|
2020-07-02 00:26:28 +02:00 |
|
Dave Halter
|
50b85153ce
|
Remove a lot of test references to Python 2/3.5
|
2020-07-02 00:17:21 +02:00 |
|
Dave Halter
|
784f9ff081
|
Actually fix #1556, forgot to add this in 94d374c9ce
|
2020-04-23 10:10:58 +02:00 |
|
Dave Halter
|
086728365c
|
Make Django test optional
|
2020-04-21 23:36:00 +02:00 |
|
Dave Halter
|
14ac0512a9
|
Get rid of cwd modifications in tests
|
2020-02-06 01:47:39 +01:00 |
|
Dave Halter
|
2ccd015b5a
|
Make sure to skip some tests for Python 3.5
|
2020-01-26 01:18:28 +01:00 |
|
Dave Halter
|
9c0efd5a67
|
Prepare a test for #1479
|
2020-01-25 01:07:20 +01:00 |
|
Dave Halter
|
e3e6727a2d
|
Make sure that the builtin docstring works again for infer calls
|
2020-01-24 12:49:39 +01:00 |
|
Dave Halter
|
bff6e95e28
|
Rename Script.names to Script.get_names, fixes #1476
|
2020-01-22 01:22:46 +01:00 |
|
Dave Halter
|
c3503672d5
|
Implement interpreter test on travis
|
2020-01-12 20:51:40 +01:00 |
|
Dave Halter
|
ce748e6dc7
|
Skip dict key completion tests for Python 3.5, because it's just annoying with all the f-string stuff
|
2020-01-01 13:13:10 +01:00 |
|
Dave Halter
|
fcede44c2a
|
Move the docstring checking code to the names
|
2019-12-21 20:06:37 +01:00 |
|
Dave Halter
|
536fd8c7c0
|
Add the Script.help function, fixes #392
|
2019-12-21 12:46:58 +01:00 |
|
Dave Halter
|
d7d9c9642a
|
Don't use goto_definitions anymore, use infer
|
2019-12-20 19:06:24 +01:00 |
|
Dave Halter
|
dbb61357c3
|
Make sure that jedi.names is not references anymore
|
2019-12-20 18:04:47 +01:00 |
|
Dave Halter
|
3b4f292464
|
Move the evaluate package to inference
|
2019-08-15 00:14:26 +02:00 |
|
Dave Halter
|
f6808a96e0
|
Skip pre python 3.5
|
2019-07-28 20:40:32 +02:00 |
|
Dave Halter
|
1cccc832b6
|
Dataclass progress
|
2019-07-19 01:27:37 +02:00 |
|
Dave Halter
|
7f386e0e68
|
Refactor names tests
|
2019-07-10 18:34:40 -07:00 |
|
Dave Halter
|
ef9d803ce3
|
Refactor some call details
|
2019-07-05 14:30:59 -07:00 |
|
Dave Halter
|
655344c09c
|
Merge branch 'master' into pytest
|
2019-05-20 00:21:57 +02:00 |
|
Dave Halter
|
d222d78c7b
|
Zip imports don't have to work in Python2
|
2019-04-05 12:31:24 +02:00 |
|
Dave Halter
|
b91203820c
|
Now it's actually possible to specify a pytest environment for the same Python version
|
2018-08-04 02:00:13 +02:00 |
|
Dave Halter
|
ad5170a37a
|
Add a way to use the interpreter environment for tests
|
2018-07-20 19:16:02 +02:00 |
|
Daniel Hahler
|
a34ee5bb92
|
Revisit pytest config
- add testpaths setting
- tox: remove testpaths from posargs default
- s/py.test/pytest/
|
2018-06-30 23:02:39 +02:00 |
|
Dave Halter
|
bd7c65d963
|
Finally fix all the get_system_environment issues
|
2018-04-15 16:43:53 +02:00 |
|
Dave Halter
|
336087fcf8
|
find_python_environments -> find_system_environments
|
2018-04-14 15:46:16 +02:00 |
|
micbou
|
b3b6b798ff
|
Find Python environments on Windows using the registry
|
2018-04-08 19:04:11 +02:00 |
|
micbou
|
bf57fa16fc
|
Add JEDI_TEST_ENVIRONMENT_EXECUTABLE for AppVeyor
|
2018-03-24 22:52:41 +01:00 |
|
micbou
|
e8b301ebf9
|
Add AppVeyor configuration
|
2018-03-24 22:52:41 +01:00 |
|
Dave Halter
|
68f840de60
|
Refactor django path support
|
2018-01-24 19:13:05 +01:00 |
|
Dave Halter
|
db1a4415b3
|
Some tests that involved jedi were actually a bit wrong and only worked in certain environments.
|
2018-01-05 00:48:40 +01:00 |
|
Dave Halter
|
5efd67758e
|
Start replacing Script calls with a fixture
This is important to migrate all tests to specific fixtures.
|
2017-12-29 15:51:16 +01:00 |
|
Dave Halter
|
fdd405f552
|
The environment selection had a bug
|
2017-12-24 03:47:35 +01:00 |
|
Dave Halter
|
1f4e0dd22e
|
Make it possible to explicitly state the version in pytest for different envs
|
2017-12-24 03:01:47 +01:00 |
|
Dave Halter
|
a96f2c43df
|
Add a way to skip typing tests in non default environments
|
2017-12-20 10:07:16 +01:00 |
|
Dave Halter
|
a9ebd92c20
|
Add a way to specify environments in tox
|
2017-12-19 19:02:57 +01:00 |
|
Dave Halter
|
8b3ee75654
|
Ignore the build directory for pytest
|
2017-12-17 21:35:39 +01:00 |
|
Dave Halter
|
fa2712a128
|
Ignore __main__ modules
|
2017-12-11 09:23:13 +01:00 |
|
immerrr
|
a6512f7702
|
Move clean_jedi_cache fixture to top-level conftest.py
Otherwise doctest module running in jedi/ subdirectory will not find it.
|
2015-10-21 18:04:32 +03:00 |
|
Dave Halter
|
5e6616a451
|
add a command line option to produce errors from warnings
|
2014-03-15 14:37:40 +01:00 |
|
Dave Halter
|
c7fc13743f
|
add proper deprecation warnings and warnings become error messages in Jedi; also deprecate CallSignature.call_name
|
2014-03-14 14:49:13 +01:00 |
|
Dave Halter
|
a29026c212
|
added Jedi debugging to pytest. Awesome.
|
2014-01-20 01:35:35 +01:00 |
|
Takafumi Arakaki
|
ee03f3ae0d
|
Use pytest_(un)configure to setup cache_directory
|
2013-03-14 20:43:10 +01:00 |
|
Takafumi Arakaki
|
3881f8d6ed
|
Do not collect setup.py as a test
|
2013-03-14 14:31:32 +01:00 |
|