🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

stacks-textblock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacks-textblock

A Stacks app for creating blocks of text.

0.2
PyPI
Maintainers
1

stacks-textblock

A Stacks app for creating blocks of text.

Dependencies

  • django-textplusstuff >= 0.4
  • stacks-page >= 0.1.1

Release Notes

0.2

  • Adding 1-up & 2-up StacksTextBlockList renditions and 'Full Width' StacksTextBlock rendition.

0.1.1

  • Including templates in PyPI release.

0.1

  • Initial open source release

Running Tests

All commands below are run from within the stacks-textblock outer folder of this repo.

First create a new virtual environment and install the test requirements:

$ pip install -r test_requirements.txt

Before running tests, first ensure this app passes a flake8 linter check:

$ flake8 stacks_textblock

Run the test suite with this command:

$ coverage run --source=stacks_textblock runtests.py

See test coverage with this command:

$ coverage report -m

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