Skip to content

rafegal/test-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to tests

Application developed in a webinar in the Youtube to Digital Innovation One® (https://digitalinnovation.one/). In this webinar was presents a introduction to tests in Flask applications.

Webinar: https://www.youtube.com/watch?v=P0aTDyw9N4g&t

Install Requirements

$ pip install -r requirements.txt

RUN Flask Application

$ export FLASK_APP=app.py
$ flask run

RUN Tests

$ py.test

RUN Coverage

$ coverage run --source=app -m py.test
$ coverage report -m
$ coverage html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages