New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

Watson-CT

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Watson-CT

Continuous unit test runner for django

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

Watson

Watson is a continuous unit test runner for django. As long as the script is running, it will monitor for changes in your code and re-run your test suite when needed.

Features

  • Monitor source code and run tests on change
  • OSX notifications
  • Colored test output

Installation

Watson can be installed from PyPI using easy_install::

$ easy_install Watson-CT

or pip::

$ pip install Watson-CT

Setup

To setup Watson under Django add watson to your INSTALLED_APPS setting. The run manage.py drwatson to start the tester process. You can give an application label or test name using the same format as the built-in test command.

Options


``--nocolor`` : *flag, default: False*
    Disable colored output.

``-u``, ``--ui`` : *default: autodetect*
    Force the use of a specific UI module. Available options are ``osx``, ``growl2`` and ``none``.


UIs
---

Watson provides a UI to indicate the current test status after each run, even
if the console is in the background.

OSX
~~~

The default UI on OS X uses terminal-notifier. A Native OSX notification is
posted after each test run. It requires [`terminal-notifier`][HOMEPAGE] command-line tool

Growl 2

Use Growl 2 via AppleScript. A Growl 2 notification is posted after each test run. It requires https://itunes.apple.com/us/app/growl/id467939042

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc