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

Add sqlite database #5

Merged
merged 11 commits into from
Oct 11, 2014
Merged

Add sqlite database #5

merged 11 commits into from
Oct 11, 2014

Conversation

jaminben
Copy link
Contributor

@jaminben jaminben commented Oct 9, 2014

Adds a sqlite database

import datetime
import re

import sqlalchemy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import nitpicks:

  1. Inconsistent imports here. Maybe add create_engine to line 6 and delete line 5.
  2. Maybe alphabetize imports for better readability

import unittest
import sys

sys.path.append("src")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the ideal method, but will work fine if people are using nosetests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay testing! Could you update the readme saying how to run these tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@lrperlmu
Copy link
Contributor

🚢🚢🚢! 🐱

lrperlmu added a commit that referenced this pull request Oct 11, 2014
@lrperlmu lrperlmu merged commit fcb6c61 into womensp2p:master Oct 11, 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

Successfully merging this pull request may close these issues.

2 participants