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 change testing framework

See original GitHub issue

The first question in the karma init process asks for the testing framework to use, jasmine is pre-selected. I want to use mocha.

  • When I press backspace, nothing happens.
  • When I press tab, the cursor is moved 8 spaces to the right.
  • When I press Ctrl+C, I get a ^C printed in the console.

This is on Windows 8.1 with the Windows Command Prompt.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dignifiedquirecommented, Jun 30, 2016

@oliversalzburg my solution for fixing this is replacing the cli handling with either

those are dedicated libraries that handle all the cross platform issues around cli input and should make it much more stable.

0reactions
oliversalzburgcommented, Jun 30, 2016

@dignifiedquire I’d love to help with this, but I can only offer to test at this time. Unless this is just a minor change, but it doesn’t sound like it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode 10 framework test: unable to… | Apple Developer Forums
I have a large-ish Xcode project that builds a framework, extension and application. The framework has logic tests, and embeds xcasset resources used...
Read more >
PyCharm and unittest won't run - Stack Overflow
Run --> Edit Configurations. select the instances of the test, and press the red minus button. Share.
Read more >
Best practices for writing unit tests - .NET - Microsoft Learn
In most unit testing frameworks, once an Assert fails in a unit test, the proceeding tests are automatically considered to be failing. This...
Read more >
Testing Python in Visual Studio Code
Configure the test framework to be used with the Python extension. Test: Clear All Results, Clear all tests statuses, as the UI persists...
Read more >
unittest — Unit testing framework — Python 3.11.1 ...
Note that in order to test something, we use one of the assert*() methods provided by the TestCase base class. If the test...
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