#testing-utilities #system-information #reusable

fancy-sys-info-test

a testing crate for fancy_sys_info

2 releases

0.1.2 Sep 24, 2024
0.1.1 Sep 24, 2024

#16 in #reusable

Download history 240/week @ 2024-09-20 62/week @ 2024-09-27 10/week @ 2024-10-04 4/week @ 2024-10-11

316 downloads per month

MIT license

3KB

Fancy Sys Info Test

fancy-sys-info-test is a companion library designed to provide reusable testing utilities and functions for the fancy-sys-info library. This library simplifies testing by offering predefined functions to validate system information such as memory and CPU usage.

Features

  • Reusable testing utilities for system information.
  • Simplifies writing tests for fancy-sys-info.
  • Provides utilities for checking memory, CPU, and other system stats.

Installation

To use this library for testing the fancy-sys-info crate, add it as a development dependency in your Cargo.toml:

[dev-dependencies]
fancy-sys-info-test = "0.1.2" # add the latest version

Dependencies

~4–15MB
~129K SLoC