Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write some basic regression tests #39

Open
rosnfeld opened this issue Feb 17, 2014 · 2 comments
Open

Write some basic regression tests #39

rosnfeld opened this issue Feb 17, 2014 · 2 comments
Assignees

Comments

@rosnfeld
Copy link
Owner

As the app gets larger/more complicated manual testing is starting to be a pain, and you've skipped some use-cases that have then broken (e.g. CSV export).

A few basic "acceptance" tests could be useful, now that the app is settling down:

  • make a basic query
  • classify some query results
  • amend some already-analyzed results
  • export CSV
@rosnfeld rosnfeld self-assigned this Feb 17, 2014
@rosnfeld
Copy link
Owner Author

Also:

  • Empty query
  • Query with no results

@rosnfeld rosnfeld added this to the 2014-03-01 Milestone milestone Feb 17, 2014
@rosnfeld
Copy link
Owner Author

You may need to do these in a Selenium-type framework as there is a fair bit of JavaScript/AJAX going on. But perhaps you can do simple Django tests to start.

@rosnfeld rosnfeld modified the milestones: 2014-03-01 Milestone, 2014-03-07 Milestone Feb 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant