plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Unit Tests #48

Closed i-daszkowski closed 9 years ago

i-daszkowski commented 9 years ago

Create a way to run all of the unit tests through the webpage.

plberg commented 9 years ago

Create a set of unit tests to test the RESTful API and the underlying PostgreSQL DB.

jabrouwer82 commented 9 years ago

I think Parker is working on getting a flask server running for the test server. In the mean-time, I'll look into configuring our nginx server to server to both servers.

phtimmins commented 9 years ago

There is now a working test server, and a page on the site that queries the server and prints its output. The test page gets the url of the test server api from environment variable: 'TEST_API_URL' though it currently defaults to 'http://23.253.252.30:8989/api/tests'

plberg commented 9 years ago

Game, set, match.