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

Align on/simplify string concatenation in Python based tests #753

Open
kpiwko opened this issue Jun 11, 2018 · 1 comment
Open

Align on/simplify string concatenation in Python based tests #753

kpiwko opened this issue Jun 11, 2018 · 1 comment

Comments

@kpiwko
Copy link

kpiwko commented Jun 11, 2018

What

There are places where URL / string is created via string concatenation, string replacement or even a mix. Consider using a single approach in both API and API experimental behave tests.

Why

Make it easier for people to participate in writing tests.

How

Condider Python Templates or str.format function.

@ldimaggi
Copy link
Contributor

See: #764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants