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

[Rust] Refactor Tests #82

Open
pschafhalter opened this issue Feb 29, 2020 · 1 comment
Open

[Rust] Refactor Tests #82

pschafhalter opened this issue Feb 29, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@pschafhalter
Copy link
Member

Currently the Rust tests aren't well-organized. They should be refactored for clarity and logical organization (tests/inter_thread_tests.rs is especially in need of some attention).

@pschafhalter pschafhalter added the good first issue Good for newcomers label Feb 29, 2020
@pschafhalter
Copy link
Member Author

In addition, some operators in the tests use println!, others use slog::debug!. They should all use slog::debug! for now.

Ideally, we develop a better solution than manually checking messages printed to console to ensure that the tests are fully correct.

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

No branches or pull requests

1 participant