Skip to content

Un ejemplo usando Bloc, firebase Authentication, y Github Actions

Notifications You must be signed in to change notification settings

RaulUrtecho/flutter_firebase_logIn

Repository files navigation

firebase_login

Un projecto de practica.

Unit and Integration test

A unit test is a test written by the programmer to verify that a relatively small piece of code is doing what it is intended to do. They are narrow in scope, they should be easy to write and execute. Part of being a unit test is the implication that things outside the code under test are mocked or stubbed out. Unit tests shouldn’t have dependencies on outside systems.

An integration test is done to demonstrate that different pieces of the system work together. Integration tests can cover whole applications, and they require much more effort to put together. They usually require resources like database instances and hardware to be allocated for them. The integration tests do a more convincing job of demonstrating the system works (especially to non-programmers) than a set of unit tests can, at least to the extent the integration test environment resembles production.

**Los actions fallidos en IOS es debido que no hice la parte de integracion de firebase en IOS xP

About

Un ejemplo usando Bloc, firebase Authentication, y Github Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages