Skip to content

denys-zarubin/djpressor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djpressor

codecov.io Sauce Test Status

Tests Breakdown

Browsers

Sauce Test Status

Coverage over Time

codecov.io

Running tests

$ pip install -r tests/requirements.txt
$ py.test tests/

To run Selenium tests locally instead of SauceLabs:

$ RUN_TESTS_LOCAL="True" py.test tests/

By default, local Selenium tests will run with PhantomJS.

To change that, edit tests/test_js.py:

if RUN_LOCAL:
    # could add Chrome, PhantomJS etc... here
    browsers = ['PhantomJS']
else:
    from sauceclient import SauceClient
    # ...

Using Impressor

npm version

About

Companion Django app for Impressor: client-side image processing lib

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.2%
  • Python 23.3%
  • HTML 0.5%