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

pkill: implement #290

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

pkill: implement #290

wants to merge 18 commits into from

Conversation

MCredbear
Copy link
Contributor

#27

@cakebaker cakebaker changed the title pkill: impletment pkill: implement Dec 26, 2024
.idea/.gitignore Outdated Show resolved Hide resolved
.idea/modules.xml Outdated Show resolved Hide resolved
@sylvestre
Copy link
Contributor

Great start. Could you please add tests?

@MCredbear
Copy link
Contributor Author

Great start. Could you please add tests?

Yes, any advice?

@Krysztal112233
Copy link
Collaborator

Krysztal112233 commented Dec 30, 2024

And also, more unit tests would be better. If it cannot run on Windows, you can disable it for Windows simply.

eg.

#[cfg(target_os = "linux")]
#[test]
fn test_something() {
...
}

At least you can write unit tests about parsing arguments?

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

Successfully merging this pull request may close these issues.

3 participants