The Wayback Machine - https://web.archive.org/web/20201209042407/https://github.com/tarantool/small/issues/26
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make unit tests TAP-compliant #26

Open
ligurio opened this issue Jun 9, 2020 · 0 comments
Open

Make unit tests TAP-compliant #26

ligurio opened this issue Jun 9, 2020 · 0 comments

Comments

@ligurio
Copy link
Member

@ligurio ligurio commented Jun 9, 2020

small has a set of unit test written with TAP framework - https://github.com/tarantool/small/tree/master/test

These unit tests produce a TAP output but it is not actually a TAP compliant and test-run.py cannot parse output from these tests. That's why we maintain .result files for unit tests and use diff-based approach here.

We need to fix output in a lib used in unit tests and make output from unit tests TAP compliant.

Same issue for tarantool tests - tarantool/tarantool#5000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.