dragnet-org / dragnet

Just the facts -- web page content extraction
MIT License
1.26k stars 180 forks source link

port existing tests to `pytest` #88

Closed bdewilde closed 5 years ago

bdewilde commented 5 years ago

Currently, dragnet has unittest-based tests run via nose, but we could and probably should take advantage of a more modern and maintained testing framework like pytest. This is more of a chore than an issue, but just wanted to assess buy-in before writing any code.

Tasks:

b4hand commented 5 years ago

I'm in favor. The Travis build was working at one point in time, but I don't know if it's been checked since the project was moved

bdewilde commented 5 years ago

Going to close this since PR #89 was merged, but would be great to (separately) figure out why Travis CI doesn't seem to be running.