Code Monkey home page Code Monkey logo

lesson-04-testing's Introduction

Testing Concepts, Framework and Strategies

Build Status

Introduction of testing concept, strategies and current used testing framework in Mozilla. Students are expected to learn the importance of unit tests and know how to write good one.

by Askeing Yen & Shing Lyu

Creating your Pull Request

Before you begin, set up your Git.

1. Create your fork and local clone

You have to fork this repository, then navigate to your fork repository.

In the right sidebar of your repository, copy the HTTPS clone URL.

Open terminal. Change folder to your home (or other workspace folder).

$ cd ~

You can create a local clone of your fork. (You can paste the URL you copied before.)

$ git clone https://github.com/YOUR_ACCOUNT/Lesson-04-Testing.git

Now you have a local clone of your fork repository.

$ cd Lesson-04-Testing

2. Complete your work on your local clone

Writing your code and tests.

Running mocha locally to make sure your tests will pass.

Then you can commit, and push your changes to your fork repository.

(If possible, using git branch to manage your changes.)

3. Create the Pull Request

Navigate to your repository, switch to the branch which has your changes.

Click Compare, review, create a pull request button (a green button).

You are presented with a review page.

Type the title (Your Student ID Number) and description for your Pull Request.

Click Create pull request.

Reference

For more detail, please see the following articles.

lesson-04-testing's People

Contributors

askeing avatar shinglyu avatar cxz91493 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.