rennat / pynliner

Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils
http://pythonhosted.org/pynliner/
181 stars 93 forks source link

Website for test_08_fromURL is unavailable #14

Closed philipkimmey closed 11 years ago

philipkimmey commented 12 years ago

The URL specified in test_08_fromURL, http://media.tannern.com/pynliner/test.html, is unavailable which causes this test for fail.

rennat commented 12 years ago

Yes I'm migrating web hosts and haven't set up another remote yet. My approach to testing has changed a little since I wrote that and I need to rewrite the test to show examples of remote usage but not rely on network connectivity by switching to a mock urlopen call for that test.

I will look at this next time I sit down with pynliner but feel free to disable or rewrite this test in the meantime :)

rennat commented 11 years ago

Updated that test to use mock instead of making actual HTTP requests