-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include_files = {"**/*.lua", "*.rockspec", "*.luacheckrc"} | ||
exclude_files = {"lua_modules/", ".luarocks/", ".rocks/", "tmp/"} | ||
exclude_files = {"build.luarocks/", "lua_modules/", "tmp/", ".luarocks/", ".rocks/"} | ||
|
||
max_line_length = 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ luatest (0.5.7-1) unstable; urgency=medium | |
* Change test run summary report: use verbs in past simple tense (succeeded, | ||
failed, xfailed, etc.) instead of nouns (success(es), fail(s), xfail(s), etc.) | ||
|
||
-- Nikolay Volynkin <[email protected]> Fri, 28 Jan 2022 14:00:00 +0300 | ||
-- Nikolay Volynkin <[email protected]> Fri, 28 Jan 2022 14:00:00 +0300 | ||
|
||
luatest (0.5.6-1) unstable; urgency=medium | ||
|
||
|
@@ -51,8 +51,8 @@ luatest (0.5.3-1) unstable; urgency=medium | |
|
||
luatest (0.5.2-1) unstable; urgency=medium | ||
|
||
- Throw parser error when .json is accessed on response with invalid body. | ||
- Set `Content-Type: application/json` for `:http_request(..., {json = ...})` requests. | ||
* Throw parser error when .json is accessed on response with invalid body. | ||
* Set `Content-Type: application/json` for `:http_request(..., {json = ...})` requests. | ||
|
||
-- Maxim Melentiev <[email protected]> Thu, 25 Jun 2020 13:00:00 +0300 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ Maintainer: Konstantin Nazarov <[email protected]> | |
Build-Depends: debhelper (>= 9), cdbs, | ||
tarantool (>= 1.9.0), | ||
tarantool-dev (>= 1.9.0), | ||
tarantool-checks (>= 3.0.1) | ||
tarantool-checks (>= 3.0.1), | ||
tt (>= 1.0.0) | ||
Standards-Version: 3.9.6 | ||
Homepage: https://github.com/tarantool/luatest | ||
Vcs-Git: git://github.com/tarantool/luatest.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
README.md | ||
README.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
curl -s https://packagecloud.io/install/repositories/tarantool/1_10/script.deb.sh | sudo bash | ||
curl -L https://tarantool.io/release/${LUATEST_TARANTOOL_SERIES:-2}/installer.sh | bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
curl -s https://packagecloud.io/install/repositories/tarantool/1_10/script.rpm.sh | sudo bash | ||
curl -L https://tarantool.io/release/${LUATEST_TARANTOOL_SERIES:-2}/installer.sh | bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,32 @@ License: MIT | |
URL: https://github.com/tarantool/luatest | ||
Source0: https://github.com/tarantool/luatest/archive/%{version}/luatest-%{version}.tar.gz | ||
BuildArch: noarch | ||
BuildRequires: tarantool >= 1.9.0 | ||
BuildRequires: tarantool-devel >= 1.9.0 | ||
BuildRequires: tarantool-checks | ||
BuildRequires: tarantool-checks >= 3.0.1 | ||
BuildRequires: tt >= 1.0.0 | ||
Requires: tarantool >= 1.9.0 | ||
Requires: tarantool-checks | ||
Requires: tarantool-checks >= 3.0.1 | ||
%description | ||
Simple Tarantool test framework for both unit and integration testing. | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version} | ||
|
||
%build | ||
%cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVERSION=%{version} | ||
%cmake -B . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVERSION=%{version} | ||
make %{?_smp_mflags} | ||
|
||
%check | ||
ctest -VV | ||
make selftest | ||
|
||
%install | ||
%make_install | ||
|
||
%files | ||
#%{_libdir}/tarantool/*/ | ||
%{_datarootdir}/tarantool/*/ | ||
%{_bindir}/luatest | ||
%doc README.md | ||
%doc README.rst | ||
%{!?_licensedir:%global license %doc} | ||
%license LICENSE | ||
|
||
|
@@ -52,7 +53,7 @@ ctest -VV | |
- Add `xfail` status. | ||
- Add new `Server:exec()` function which runs a Lua function remotely. | ||
|
||
* Thu Sept 16 2021 Aleksandr Shemenev <[email protected]> 0.5.5-1 | ||
* Thu Sep 16 2021 Aleksandr Shemenev <[email protected]> 0.5.5-1 | ||
- Repeat `_each` and `_test` hooks when `--repeat` is specified. | ||
- Add group parametrization. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters