I am getting this error when I try to run all the tests.
$ ./dev/pytest
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=databricks
inifile: None
rootdir: /home/shril/Documents/workspace/koalas
Check your pytest version
$ pytest --version
It should be 4.4.1
Got this.
$ pytest --version
This is pytest version 4.4.1, imported from /home/shril/anaconda3/envs/koalas-dev-env/lib/python3.6/site-packages/pytest.py
Run this command instead if you want to check doctest
pytest --verbose --showlocals --doctest-modules databricks
Thanks @garawalid , its working now.
Thanks, @garawalid. Actually, let me make it easier to test. https://github.com/databricks/koalas/pull/224