@ -1,10 +1,9 @@
## Remix-Tests
[![npm version ](https://badge.fury.io/js/remix-tests.svg )](https://www.npmjs.com/package/remix-tests)
[![npm ](https://img.shields.io/npm/dt/remix-tests.svg?label=Total%20Downloads )](https://www.npmjs.com/package/remix-tests)
[![npm ](https://img.shields.io/npm/dw/remix-tests.svg )](https://www.npmjs.com/package/remix-tests)
[![GitHub ](https://img.shields.io/github/license/mashape/apistatus.svg )](https://github.com/ethereum/remix/tree/master/remix-tests)
[![contributions welcome ](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )](https://github.com/ethereum/remix/issues)
[![npm version ](https://badge.fury.io/js/%40remix-project%2Fremix-tests.svg )](https://www.npmjs.com/package/@remix-project/remix-tests)
[![npm ](https://img.shields.io/npm/dt/@remix-project/remix-tests.svg?label=Total%20Downloads )](https://www.npmjs.com/package/@remix-project/remix-tests)
[![npm ](https://img.shields.io/npm/dw/@remix-project/remix-tests.svg )](https://www.npmjs.com/package/@remix-project/remix-tests)
[![GitHub ](https://img.shields.io/github/license/mashape/apistatus.svg )](https://github.com/ethereum/remix-project/tree/master/libs/remix-tests)
[![contributions welcome ](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )](https://github.com/ethereum/remix-project/issues)
`remix-tests` is a tool to test Solidity smart contracts. It works underneath Remix IDE plugin "Solidity Unit Testing" which is used to write and run test cases for a contract. Tests are written in Solidity itself. `remix-tests` can be used as CLI and a library too.