gabrieldemian / vincenzo

A BitTorrent client with vim-like keybindings and a terminal based UI.

Home Page:https://github.com/gabrieldemian/vincenzo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent test names

gabrieldemian opened this issue · comments

The test names are not consistent, some tests are using "should_", and others are not. Some tests could have more descriptive names, and maybe more comments, where applicable, to help to understand what the test is supposed to do.

commented

I'll give this a shot. I'm a bit new to PRs and whatnot but I have a decent amount of Rust experience.

I'll give this a shot. I'm a bit new to PRs and whatnot but I have a decent amount of Rust experience.

Sounds great, thanks in advance! PRs are easy to work with, you just create a new branch, push your changes, and then you use github to make the PR.