rslnautic / practica-verificacion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practica verificación

Synopsis

Print and save in Database N number of tweets

Installation

  1. Clone the repo and install and create a new environmet using virtualenv

    1 - pip install virtualenv
    2 - virtualenv venv
    3 - source venv/bin/activate
    
  2. Once you have created and activated the environment you have to install the dependencies:

    pip install -r requirements.txt
    

Tests

All the tests are into tests directory. You can run them using:

venv/bin/nosetests

Run the tests means: lint the code using PEP8 and pass all the tests:

venv/bin/pylint src

If you want to know the coverage use:

venv/bin/nosetests --with-coverage

BDD/Funcional Test:

lettuce tests

Contributors

License

All the rights reserved (C) 2016

About

License:Apache License 2.0


Languages

Language:HTML 99.7%Language:JavaScript 0.2%Language:CSS 0.1%Language:Python 0.0%Language:Gherkin 0.0%