Skip to main content

UNKNOWN

Project description

Run style and static checks against a python codebase, execute automated tests with coverage.

Specific tests are:

  • PEP8 style.

  • pyflakes static checks.

  • sdist creation and installation.

  • unittests.

It also generates branch-coverage reports.

onslaught:

  • does not require your package’s users to install it,

  • has minimal configuration and customization [1],

  • leaves your source directory the way it found it,

  • leaves your base python packages unmodified,

  • ensures your project generates a clean sdist [2],

  • tests the sdist install process [3],

  • runs unittests against the installed process [4],

  • and always generates branch coverage reports.

Status

This is “alpha” code. There are no unittests, which you can see by running the development commit acceptance process I’ve been using:

$ git clone 'https://github.com/nejucomo/onslaught'
$ cd onslaught
$ pip install .
$ onslaught .

Roadmap

Once it has thorough test coverage and a handful of users have notified me that they’ve used it successfully, or filed bugs, then I will release ‘0.1’ after fixing a subset of the bugs.

Philosophy

onslaught is a “badge”. Tested software conforms to the onslaught, not vice versa. Therefore, a large fraction of software will not pass onslaught tests, especially popular and/or slowly evolving packages. This is fine.

In other words, there should be no reason you don’t run it against your codebase. If it fails and your codebase has legacy concerns, c’est la vie. If, on the other hand, you want to achieve and preserve the onslaught badge of awesomeness, then go for it. ;-)

Note: Currently onslaught is a prototype in flux, so take the above with a grain of salt.

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

onslaught-0.1.dev0.tar.gz (5.5 kB view hashes)

Uploaded Source

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