Skip to main content

Python-unittest integration for jslint.

Project description

This package integrates the JSHint code analysis tool (http://jshint.com) with Python’s unittest module. (The name is left over from when JSHint didn’t exist and only Douglas Crockford’s JSLint was available.)

It provides a special JSLint-TestCase class that collects JavaScript files (in a configurable manner) and dynamically generates a test method for each file that calls jshint on that file.

To use it, create a test class like this:

class MyJSLintTest(gocept.jslint.TestCase):

    include = ('my.package.browser:js',
               'my.package.browser:js/lib')
    options = (gocept.jslint.TestCase.options +
               ('browser', 'jquery',))

include is a list of “resource paths” of the form packagename:path (passed to pkg_resources).

options is a list of arguments that are passed to JSHint (see its documentation for details).

predefined is a list of global names that should be considered predefined (for use with the undef option).

exclude can be a list of filenames (without path) that will not be collected.

All files ending in .js contained in each of these paths will be collected, and the test class will grow a method named test_jslint_filename.js.

You can ignore JSLint error by setting ignore on the test class (a list of substrings that are matched against each JSLint output line):

ignore = (

“Use a named parameter”, )

Requirements

gocept.jslint is tested with Python 3.6, 3.7 and 3.8.

gocept.jslint uses node.js to run jshint, so you need to have node.js (version 0.3 or later) with the jshint npm module installed and the jshint binary available on your $PATH.

You can customize the name of the jshint binary by setting jshint_command on the TestCase, or set the environment variable JSHINT_COMMAND.

CHANGES

3.0 (2021-05-07)

  • Drop support for Python 2.

  • Add support for Python 3.9.

  • Fix output/encoding handling for Python 3, especially regarding the ignore setting.

2.1 (2021-01-07)

  • Add support for Python 3.8.

  • Migrate to GitHub and GitHub Actions.

2.0 (2019-02-25)

  • Add support for Python 3.6 and 3.7.

  • Stop testing with Python 2.6.

  • Run the tests against currently most recent versions of the dependencies.

  • Change testrunner to py.test.

1.1.1 (2014-10-22)

  • Get jshint command from environment (#13073).

1.1 (2012-05-21)

  • Use jshint instead of jslint.

1.0.1 (2012-04-18)

  • Uniquify duplicate file names in a prettier way: increment a counter, don’t just blindly append ‘_1’ (#9454).

1.0 (2011-08-25)

  • Add support for linting JS files contained in zipped eggs (#9453).

  • Add an entry point for running jslint from the command line (#9449).

  • Skip tests if node.js is not available. Skipping tests only works properly in Python >= 2.7, though. (#9458)

0.2 (2011-08-24)

  • Implement custom error ignores (#9456).

0.1 (2011-08-10)

  • first release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gocept.jslint-3.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

gocept.jslint-3.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file gocept.jslint-3.0.tar.gz.

File metadata

  • Download URL: gocept.jslint-3.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/None requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.10

File hashes

Hashes for gocept.jslint-3.0.tar.gz
Algorithm Hash digest
SHA256 0225dcdba33c0032dca5f0d65af5b6dfa31ff50533569d08d1cd63b963155ec9
MD5 6743fe1cb9bd92c5c23f65325a32cd5d
BLAKE2b-256 578ee6623d17ed9979bc33cb80414a80e37b90e86dabbdeadeae5b2a4da0d9d0

See more details on using hashes here.

File details

Details for the file gocept.jslint-3.0-py3-none-any.whl.

File metadata

  • Download URL: gocept.jslint-3.0-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/None requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.10

File hashes

Hashes for gocept.jslint-3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af8a497b704a74019c1d846f2883e528e0b5b173b7f2ec2975d647a893879b35
MD5 da71c4dee254aa45e06bd00eb8617a2a
BLAKE2b-256 4839832cdac4a5cd40341276e2653f6200b142c00d639b755a1959cd564aa07b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page