Skip to content

suutari-ai/shoop-carousel

 
 

Repository files navigation

Shoop Carousel

This package implements carousels for the Shoop platform.

Copyright (C) 2012-2015 by Shoop Ltd. <contact@shoop.io>

Shoop is International Registered Trademark & Property of Shoop Ltd., Business ID: FI24815722, Business Address: Aurakatu 12 B, 20100 Turku, Finland.

License

Shoop Carousel is published under the GNU Affero General Public License, version 3 (AGPLv3). See the LICENSE file.

Running tests

You can run tests with py.test.

Requirements for running tests:

  • Your virtualenv needs to have Shoop installed.
  • Project root must be in the Python path. This can be done with:

    pip install -e .
  • The packages from testing_requirements.txt must be installed.

    pip install -r testing_requirements.txt

To run tests, use command:

py.test -v shoop_carousel_tests

About

Shoop carousel addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.3%
  • HTML 19.2%
  • CSS 1.5%