I have fixed failing tests.
the one issue is that fuzzy search for args is causing a lot of troubles.
I have notice on my system that some processes are passing all their args as single argument. This causes such process to have high chance of appearing on list despite being irrelevant.
For that reason I have undone fuzzy search for args and replaced it with contains as before until I figure out what to do with it
I have fixed failing tests. the one issue is that fuzzy search for args is causing a lot of troubles. I have notice on my system that some processes are passing all their args as single argument. This causes such process to have high chance of appearing on list despite being irrelevant. For that reason I have undone fuzzy search for args and replaced it with contains as before until I figure out what to do with it