Testing Utilities for Helping You to Write Better TypeScript Programs


Keywords
typescript, testing, test, unit
License
Apache-2.0
Install
npm install tstest@0.4.10

Documentation

TSTEST

NPM Version npm (tag) NPM TypeScript

Helps you write better TypeScript programs

tstest

tstest is a mature full-featured TypeScript testing tool that helps you write better programs.

The tstest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.

Features

NOTICE: All the features listed below, is NOT YET IMPLENMENTED.

TO DO:

  1. Detailed info on failing assert statements (no need to remember self.assert* names);
  2. Auto-discovery of test modules and functions;
  3. Modular fixtures for managing small or parametrized long-lived test resources;
  4. Can run unittest (including trial) and nose test suites out of the box;
  5. JavaScript, TypeScript, Google Apps Script (untested);
  6. Rich plugin architecture, with over n+ external plugins and thriving community;
  7. Out-of-the-Box Dual Browser/Node.js environment testing support;

This module is highly inspired by pytest

API

  1. test for containerization testings
  2. sinon for mocking everything you need
  3. AssertEqual for check TypeScript typings
  4. testSchedulerRunner for RxJS marble testing

SEE ALSO

Decorators

AST

Online Tools

Articles & Projects

Other Tools

CHANGELOG

main v1.2 (Mar 6, 2022)

  1. add testScheduleRunner helper function to tstest module for testing RxJS marble diagrams.
  2. upgrade tap to v16. (fix tapjs/node-tap#791).

v1.0 (Oct 24, 2021)

Release v1.0 of tstest

  1. Upgrade to tap to replace blue-tape (wechayt/wechaty#2223)
  2. Remove sinon-test
  3. Enable ES Modules
  4. Add AssertEqual for typing tests

v0.4 June 07, 2019

  1. Publish as a testing toolset wrapper for convenience:
    1. blue-tap
    2. sinon
    3. @types/blue-tap
    4. @types/sinon

v0.1 March 21, 2018

  1. Received the NPM package name: tstest from David Auffret.
  2. Scratched a tstest logo.
  3. Linked to pytest.

THANKS

Thanks to David Auffret who owned the tstest name of NPM module. He is so kind and nice that passed this name over to me with the help of support from NPM after my request.

$ npm deprecate tstest@0.0 'tstest had been republished as a test framework from v0.1'
...

AUTHOR

Huan LI (李卓桓), Microsoft Regional Director, zixia@zixia.net

Profile of Huan LI (李卓桓) on StackOverflow

COPYRIGHT & LICENSE

  • Code & Docs © 2019 Huan LI zixia@zixia.net
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons