mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Improved read_csv docs + made 'to_eland' params consistent Note, will change API. * Removing additional args from pytest. doctests + nbval tests in the CI are not addressed by this PR.
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m eland.tests.setup_tests
|
|
pytest
|