ct_run
Erlang/OTP application for automated testing
Install
- All systems
-
curl cmd.cat/ct_run.sh
- Debian
-
apt-get install erlang-common-test
- Ubuntu
-
apt-get install erlang-common-test
- Alpine
-
apk add erlang-common-test
- Arch Linux
-
pacman -S couchdb
- Kali Linux
-
apt-get install erlang-common-test
- Fedora
-
dnf install erlang-common_test
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install erlang-common-test
- OS X
-
brew install couchdb
- Raspbian
-
apt-get install erlang-common-test
- Dockerfile
- dockerfile.run/ct_run
- Docker
-
docker run cmd.cat/ct_run ct_run
powered by Commando
erlang-common-test
Erlang/OTP application for automated testing
Common Test is a portable application for automated testing. It is suitable for black-box testing of target systems of any type (i.e. not necessarily implemented in Erlang), as well as for white-box testing of Erlang/OTP programs. Black-box testing is performed via standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and, if required, via user specific interfaces (often called test ports). White-box testing of Erlang/OTP programs is easily accomplished by calling the target API functions directly from the test case functions. Common Test also integrates usage of the OTP cover tool for code coverage analysis of Erlang/OTP programs.
erlang-common_test
testing
erlang-dbg
Erlang/OTP symbol files
The files containing debug symbols for binaries and libraries in Erlang to help in debugging applications build with them. You will not normally need to install this package.
erlang
Concurrent, real-time, distributed functional language
Open Source Erlang is a functional programming language designed at the Ericsson Computer Science Laboratory. Some of Erlang main features are: * Clear declarative syntax and is largely free from side-effects; * Built-in support for real-time, concurrent and distributed programming; * Designed for development of robust and continuously operated programs; * Dynamic code replacement at runtime. The Erlang distribution also includes OTP (Open Telecom Platform) which provides a rich set of libraries and applications. This package is a dummy package which will install Erlang/OTP runtime, applications, sources, code examples and the Erlang editing mode for Emacs.
erlang-nox
Erlang/OTP applications that don't require X Window System
This package is a dummy package which will install all Erlang/OTP applications which do not require X Window System to run.
erlang17-common-test
Erlang/OTP application for automated testing
Common Test is a portable application for automated testing. This package is the version 17 to fix couchdb in Kali-rolling. This is a temporay package. It should be removed once python-faraday doesn't need couchdb anymore.
erlang17-dbg
Erlang/OTP symbol files
The files containing debug symbols for binaries and libraries in Erlang to help in debugging applications build with them. You will not normally need to install this package. This package is the version 17 to fix couchdb in Kali-rolling. This is a temporay package. It should be removed once python-faraday doesn't need couchdb anymore.
couchdb
RESTful document oriented database
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language. CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.