sfu-natlang / lensingwikipedia

Lensing Wikipedia is an interface to visually browse through human history as represented in Wikipedia. This the source code that runs the website:
http://lensingwikipedia.cs.sfu.ca
Other
11 stars 4 forks source link

Better testing #212

Open anoopsarkar opened 8 years ago

anoopsarkar commented 8 years ago

We should probably have some regression tests for this project. One way to enable this might be to use gor? Any thoughts?

theq629 commented 8 years ago

Note that we do already have regression tests for the backend.

avacariu commented 8 years ago

I don't think we really have the kind of traffic/infrastructure to justify using gor.

I was actually thinking of using py.test to standardize and automate the query backend tests.

anoopsarkar commented 8 years ago

Let's leave this issue dormant for a while until we really need to add a testing suite.