Skip to content

Commit

Permalink
need this __init__.py to import extractor module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Joseph committed Jan 9, 2013
1 parent 02565ae commit 09f8274
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Empty file added faq/extractor/__init__.py
Empty file.
12 changes: 10 additions & 2 deletions faq/test_faq.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ def setUp(self):
pass
except IOError as e:
None
# ideally we'd also be testing all this against a copy of the production database and then copy that back over to production if all tests pass
# ideally we'd also be testing all this against a copy of the production database
# and then copy that back over to production if all tests pass

# "there is a game engine Scirra Construct called Construct" - need a log of all the statements/sayings and convert that to tests
# "there is a game engine Scirra Construct called Construct" - need a log of all
# the statements/sayings and convert that to tests

# could have classifier generate log format that we would all test against

# wondering if everything should just be stored in json ...
# what I really want is the chat interface to also be the thing that I can use to structure and generate tests ...
# what you should have said was ""

def checkEntity(self, table, ident, attributeValues, database):
entity = grabEntity(table, ident, database)
Expand Down

0 comments on commit 09f8274

Please sign in to comment.