canonical / nm.dart

Native Dart client library to access NetworkManager on Linux.
https://pub.dev/packages/nm
Mozilla Public License 2.0
29 stars 11 forks source link

Rename test file to help dart test find it #43

Closed jpnurmi closed 3 years ago

jpnurmi commented 3 years ago

Before:

$ dart test
No tests ran.

After:

$ dart test
00:03 +36: All tests passed!