Code Monkey home page Code Monkey logo

nlunit-test's Introduction

Build Status

Nest Labs Unit Test

Introduction

Nest Labs Unit Test (nlunit-test) is designed to provide a simple, portable unit test suite framework.

It should be capable of running on just about any system, no matter how constrained and depends only on the C Standard Library.

It is recognized and acknowledged that not every piece of code or subsystem, library, thread or process can be easily unit tested. However, unit tests are a "Good Thing™" and will give you the confidence to make changes and prove to both yourself and other colleagues that you have things right, in so far as your unit tests cover right.

Unit tests will be combined with other methods of verification to fully cover the various test requirements in the system. The purpose of the unit test is to isolate your module's methods and ensure that they have the proper output, affect state properly, and handle errors appropriately. This ensures each of the building blocks of the system functions correctly. These tests can also be used for regression testing so that any code changes that affect a module's output will be automatically flagged.

Interact

There are numerous avenues for nlunit-test support:

Versioning

nlunit-test follows the Semantic Versioning guidelines for release cycle transparency and to maintain backwards compatibility.

License

nlunit-test is released under the Apache License, Version 2.0 license. See the LICENSE file for more information.

nlunit-test's People

Contributors

gerickson avatar rwalker-com 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.