Created
September 17, 2015 15:35
-
-
Save okor/f4aab1a2268b5b0fa667 to your computer and use it in GitHub Desktop.
thumbor plugin build log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Projects/voxmedia/thumbor-plugins $ make test | |
running build_ext | |
INFO:tornado.access:200 GET /unsafe/test.png (127.0.0.1) 44.99ms | |
INFO:tornado.access:200 GET /unsafe/test.png (127.0.0.1) 140.66ms | |
INFO:tornado.access:200 GET /unsafe/test.png (127.0.0.1) 240.48ms | |
============ | |
Vows Results | |
============ | |
✓ OK » 3 honored • 0 broken (0.466301s) | |
============== | |
Slowest Topics | |
============== | |
# Elapsed Context File Path Context Name | |
1 0.24323s get_image_with_optimizer_vows.py Should Be Pngcrush | |
2 0.14327s get_image_with_optimizer_vows.py Should Be Optipng | |
() | |
============= | |
Code Coverage | |
============= | |
✗ thumbor_plugins/optimizers/jpegrecompress 0.0% 11, 12, 14, and 16 more | |
✗ thumbor_plugins/optimizers/jp2 ••••••••••••••••••••••••••••••••••• 70.0% 26, 27, 33, and 3 more | |
✗ thumbor_plugins/optimizers/pngcrush •••••••••••••••••••••••••••••••••••••••••••• 88.9% 25, 26 | |
✓ thumbor_plugins/optimizers/optipng ••••••••••••••••••••••••••••••••••••••••••••• 90.0% 27, 28 | |
✓ thumbor_plugins/__init__ •••••••••••••••••••••••••••••••••••••••••••••••••• 100.0% | |
✓ thumbor_plugins/optimizers/__init__ •••••••••••••••••••••••••••••••••••••••••••••••••• 100.0% | |
✗ OVERALL ••••••••••••••••••••••••••••••••• 67.0% | |
test_jp2_should_optimize (test_optimizers.Jp2OptimizerTest) ... ok | |
test_jp2_should_run_for_jpeg (test_optimizers.Jp2OptimizerTest) ... ok | |
test_jp2_should_run_for_png (test_optimizers.Jp2OptimizerTest) ... ok | |
test_optipng_should_not_run_for_jpeg (test_optimizers.OptipngOptimizerTest) ... ok | |
test_optipng_should_optimize_png (test_optimizers.OptipngOptimizerTest) ... ok | |
test_optipng_should_run_for_png (test_optimizers.OptipngOptimizerTest) ... ok | |
test_pngcrush_should_not_run_for_jpeg (test_optimizers.PngcrushOptimizerTest) ... ok | |
test_pngcrush_should_optimize_png (test_optimizers.PngcrushOptimizerTest) ... ok | |
test_pngcrush_should_run_for_png (test_optimizers.PngcrushOptimizerTest) ... ok | |
---------------------------------------------------------------------- | |
Ran 9 tests in 0.419s | |
OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment