Entry tags:
Progress report: testing
Hello, lovely people. Here's a progress report:
Recall that dwim is based on scraping HTML. There's a class called Wrangler, currently just a stub, which does the parsing using Beautiful Soup. I'm currently putting a set of tests together for it. Given these tests, I've written a version of Wrangler in Python for rapid prototyping, which works, so I'm currently porting it to Java.
Recall that dwim is based on scraping HTML. There's a class called Wrangler, currently just a stub, which does the parsing using Beautiful Soup. I'm currently putting a set of tests together for it. Given these tests, I've written a version of Wrangler in Python for rapid prototyping, which works, so I'm currently porting it to Java.