Commit Graph

226 Commits (master)
 

Author SHA1 Message Date
Craig Maloney 95a364c43b Fixing README link for TravisCI image 6 years ago
Craig Maloney b18e4fbcef Removing moribund versions of Python 6 years ago
Craig Maloney ea182eceb7 Adding tox.ini 6 years ago
Craig Maloney abc3c0bbb9
Merge pull request #35 from bookieio/port-pytest
Migrate tests to pytest
6 years ago
Mišo Belica 501c35c8bc Pass tests for Python 3.7
- Don't include compiled files into package.
- Install the newest setuptools to properly
  install package.
6 years ago
Mišo Belica 0751fe0c97 Fixed failing tests
Problem was that when input document
was empty lxml raised ParseError instead
of XMLSyntaxError in new versions.
6 years ago
Mišo Belica aa83825334 Tests migrated into pytest style 6 years ago
Mišo Belica 48acf389b1 Prefer pytest over nosetest runner 6 years ago
Mišo Belica d4fcb5053a Use new directive for wheel format 6 years ago
Mišo Belica 2c123008fa Added new Python versions into TravisCI 6 years ago
Mišo Belica 7cb038166a Ignore files starting with dot (hidden files anyway) 6 years ago
Richard Harding d91236681e Fix travis file for tests 10 years ago
Rick Harding 35630387f2 Merge pull request #29 from jelmer/install-scripts
Fix installation of scripts.
10 years ago
Rick Harding c9c3b1f3a0 Merge pull request #28 from jelmer/manpage
Add basic manual page.
10 years ago
Jelmer Vernooij 55b6da8a57 Fix whatis. 10 years ago
Jelmer Vernooij be2da44269 Fix installation of scripts. 10 years ago
Jelmer Vernooij 1a3a7495b1 Add basic manual page. 10 years ago
Richard Harding c1e2e529a9 Update tests to be py.test 10 years ago
Richard Harding d7038a0845 Add 3.4 to the travis builds 10 years ago
Richard Harding 6d747a312a Update to 0.1.20, remove tests from build 10 years ago
Richard Harding 5e8d9b46be Update for version 0.1.19 10 years ago
Jelmer Vernooij 6f912830c0 Use chardet rather than charade.
The changes from charade have been merged into upstream chardet,
and chardet is available in Debian/Ubuntu whereas charade is not.
10 years ago
Mišo Belica e2f3391dc3 Better decoding page into unicode
- Fixes #22
- Fixes #23

Prepare for release
10 years ago
Mišo Belica 5cb028ec93 Tests are executable with pytest framework
Pytest ignores files with name "test.py" for me :(
10 years ago
Mišo Belica 6918eca90b Debug logging is less verbose 10 years ago
Mišo Belica 14f1845b4e Monk was here :) 10 years ago
Rick Harding 6d8a76a2b9 Merge pull request #21 from miso-belica/upstream-sync
Synchronize with miso-belica/readability.py fork
10 years ago
Mišo Belica 66022e2503 Updated dependecies and tests 10 years ago
Mišo Belica e42cfbe487 Cleanups 10 years ago
Mišo Belica d40a89a683 Use nose collector for tests 10 years ago
Mišo Belica e6b3567417 Be ready for wheel binary packaging
More info at http://pythonwheels.com/
10 years ago
Mišo Belica 687d2ecfdf Merge branch 'master' of https://github.com/bookieio/breadability into upstream-sync
Conflicts:
	CHANGELOG.rst
	README.rst
	breadability/document.py
	breadability/scoring.py
	breadability/scripts/client.py
	setup.py
	tests/test_articles/test_sweetshark/article.html
	tests/test_articles/test_sweetshark/test.py
10 years ago
Mišo Belica 6549a6c307 Added alternative "newspaper" into README 10 years ago
Richard Harding 6906f3b2fa Update logging to drop WARN to INFO 10 years ago
Richard Harding 347f3ea0b5 Lint 10 years ago
Richard Harding 17270db5f0 Add test for title 10 years ago
Richard Harding 19d3ee634c Update readme to note py3 ready 11 years ago
Richard Harding ca8bee0a7b Update to 0.1.15 11 years ago
Richard Harding 1fc153d850 Rename it back. Respect others 11 years ago
Richard Harding 4cbde9cb5a Don't need the old versions any more 11 years ago
Richard Harding f4fa0c1040 Working on merging/updating changelog, news, and makefile 11 years ago
Richard Harding dc0493f99b Update to catch back up to craig's image helper 11 years ago
Richard Harding 433195e122 Update sycning with the other branch 11 years ago
Richard Harding e9485b6fdf Tests working, makefile back into play 11 years ago
Richard Harding d6317cd2ce Sync up with the fork 11 years ago
Mišo Belica 5f1b39fe0b Cleanups [ci skip] 11 years ago
Mišo Belica 09b4040578 Append sibling node only when it doesn't already exist 11 years ago
Mišo Belica 3746ee5bb5 Treat images a little differently so they get more inclusion
- When the body of the article contains screenshots/etc we want
to try to keep those images around.
- Added test for Business Insider article.
- Added sweetshark test.
- Added craig to the credits.
11 years ago
Mišo Belica 02160fe2ae Cleanup 11 years ago
Mišo Belica 573a05f940 Added alternative "python-goose" into README 11 years ago