question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to run tests

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shrilcommented, May 1, 2019

Thanks @garawalid , its working now.

1reaction
garawalidcommented, May 1, 2019

Run this command instead if you want to check doctest

pytest  --verbose --showlocals --doctest-modules databricks
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to run tests - Visual Studio Feedback
UnitTestFramework'. To run tests, remove this reference from the project and add a nuget reference to 'MSTest. TestAdapter' and 'MSTest. TestFramework' instead.
Read more >
Unable to run the unit test in visual studio 2017 professional
No, I don't see any error, it's just that I am not able to run my unit test, the run option is disabled....
Read more >
Run tests | IntelliJ IDEA Documentation - JetBrains
Rerun a single test · Right-click a test on the Test Runner tab of the Run tool window and select Run 'test name'....
Read more >
Unable to Run Tests from VSCode - Salesforce Stack Exchange
Recently, I have been unable to run tests from VSCode, using the 'Run Test' or 'Run All Tests' links that display inline. I...
Read more >
Unable to run Junit tests in Eclipse Che - Right click ... - GitHub
As a workaround I am running "mvn clean test" but it would be truly helpful to understand why right click on Junit and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found