mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Added tox.ini and pytest.ini files, which contain configurations specifically designed to test auxiliary methods used in Jupyter Notebooks' table functionality. Additionally, new tests were added to verify pandas support Merge-request: IJ-MR-107864 Merged-by: Natalia Murycheva <natalia.murycheva@jetbrains.com> GitOrigin-RevId: ee1679f7a6c61d4b2e3c5d9d1bcbb56f92a90b74
11 lines
206 B
INI
11 lines
206 B
INI
[pytest]
|
|
norecursedirs=
|
|
pydev_tests_runfiles/samples
|
|
pydev_tests_tables
|
|
addopts=-vv
|
|
testpaths=
|
|
pydev_test_pydevd_reload
|
|
pydev_tests
|
|
pydev_tests_mainloop
|
|
pydev_tests_python
|
|
pydev_tests_runfiles |