UNIX command-line tool for bash/shell utils unit testing
Project description
**Author**: `Pahaz Blinov`_
**Repo**: https://github.com/pahaz/bashtest/
BashTest is a UNIX command-line tool for bash/shell utils unit testing.
This is a simplest way to write a simple bash tests.
**requirements**: Python2 or Python3
Installation
============
`bashtest`_ is on PyPI, so simply run:
::
pip install bashtest
or ::
easy_install bashtest
to have it installed in your environment.
For installing from source, clone the
`repo <https://github.com/pahaz/bashtest>`_ and run::
python setup.py install
If you don`t have `pip` you can `install it <https://pip.pypa.io/en/stable/installing/#installation>`_
Typical use case
================
You write a text processed util or script and you want to test it.
For example, we want test `ls` util.
All of we need is create `test_ls.bashtest` file::
$ ls ./testsuit/list-directory
file1
file2.txt
file3.py
file4.sh
and then run tests ::
$ python -m bashtest test_ls.bashtest
1 items passed all tests:
1 tests in test_ls.bashtest
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Test README examples
====================
You have a some open source project like this. And of course, as in any good
open source project, you have examples. You can automatically check this
examples. Just add `python -m bashtest README.rst` in your CI tests.
More examples
=============
You can finde some examples in this project. Please check `test_*.bashtest`
files
DOCS
----
.. _Pahaz Blinov: https://github.com/pahaz/
**Repo**: https://github.com/pahaz/bashtest/
BashTest is a UNIX command-line tool for bash/shell utils unit testing.
This is a simplest way to write a simple bash tests.
**requirements**: Python2 or Python3
Installation
============
`bashtest`_ is on PyPI, so simply run:
::
pip install bashtest
or ::
easy_install bashtest
to have it installed in your environment.
For installing from source, clone the
`repo <https://github.com/pahaz/bashtest>`_ and run::
python setup.py install
If you don`t have `pip` you can `install it <https://pip.pypa.io/en/stable/installing/#installation>`_
Typical use case
================
You write a text processed util or script and you want to test it.
For example, we want test `ls` util.
All of we need is create `test_ls.bashtest` file::
$ ls ./testsuit/list-directory
file1
file2.txt
file3.py
file4.sh
and then run tests ::
$ python -m bashtest test_ls.bashtest
1 items passed all tests:
1 tests in test_ls.bashtest
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Test README examples
====================
You have a some open source project like this. And of course, as in any good
open source project, you have examples. You can automatically check this
examples. Just add `python -m bashtest README.rst` in your CI tests.
More examples
=============
You can finde some examples in this project. Please check `test_*.bashtest`
files
DOCS
----
.. _Pahaz Blinov: https://github.com/pahaz/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bashtest-0.0.3.tar.gz
(5.5 kB
view details)
File details
Details for the file bashtest-0.0.3.tar.gz
.
File metadata
- Download URL: bashtest-0.0.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d23774071fd7d32007a7ee7e39d784023613cbaadc419ae1c22d60f32182cc |
|
MD5 | 9e9d665cf7ef79fe387b665b2be8a437 |
|
BLAKE2b-256 | baf430127e22d8a3cb803336ede7e2ab1b4cadbe2dbd328f56e1dc40ad59fdbe |