Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 654 Bytes

Freetalks

Freetalks is a catalog of free talks and lectures.

Development

Disable deprecation warnings (add to top of nosetests):

import warnings
warnings.filterwarnings('ignore', category=DeprecationWarning)

Run tests:

alias gaetest="nosetests --with-gae --gae-lib-root=$HOME/.lib/google_appengine/"
gaetest

To setup development data go to the Development Console and run the following:

from tests.fixtures import dataset
dataset.clear()
dataset.setup()

Licenses

This work is licensed under the MIT License (see the LICENSE file).