Files
twitterboard/tests/test2.py
Julien Lengrand-Lambert e3db6eaae5 Creates test folder.
Not to perform unit tests (I really need to put all that stuff in practise some day), but some silly tests about the best way to chieve next objective.

Next:
- Add a hashtag table in database, to keep track of all current trendy hashtags. That way it can easily be used by everyone and we can get some more tracability.
2013-01-11 16:06:57 +01:00

15 lines
282 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
from time import sleep
import test3
# this is counter, it never has to cha nge list of hashtags
class counter:
def __init__(self):
while True:
#print self.in_data
sleep(1)
print test3.data