Add support for unittest
See original GitHub issueLooks like pytest
was expected No module named pytest
. But some of the projects that I worked on uses unittest
from python itself, is it possible for mutmut to support that?
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (10 by maintainers)
Top Results From Across the Web
unittest — Unit testing framework — Python 3.11.1 ...
Unittest supports skipping individual test methods and even whole classes of tests. In addition, it supports marking a test as an “expected failure,”...
Read more >How To Use unittest to Write a Test Case for a Function in ...
Tests written using the unittest module can help you find bugs in your programs, and prevent regressions from occurring as you change your...
Read more >Getting Started With Testing in Python
In this in-depth tutorial, you'll see how to create Python unit tests, execute them, and find the bugs before your users do. You'll...
Read more >A Gentle Introduction to Unit Testing in Python
That's the idea of a unit test! A unit test is a test that checks a single component of code, usually modularized as...
Read more >[Feature] add support for unittest.TestCase fixtures #55 - GitHub
It would be really helpful to have an example with unittest.TestCase I'm struggling to receive the page object in my test class.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! And damn good numbers you’ve got for not having done mutation testing before. Pretty impressive.
Checked and there are two actually. They use mutation schemas so they don’t need to recompile. I’ve fiddled with an implementation for mutmut to do that too actually.