Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This plugin will assist in writing better testcode. It will push you to follow best practices.

Installation

pip install pylint-unittest

Usage

You can easily load the plugin with the --load-plugins flag like below.

pylint --load-plugins=pylint-unittest YOUR_MODULE.py

Checkers

Below an overview of the checkers that come with this plugin.

Name Message Type Description
AssertionsChecker Missing assertion(s) in test - (missing-assertion) Warning (W9999) Checks if test method includes 'Assert' keyword or any type of assertion expression (from unittest.TestCase)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages