zielmicha / nim-dbus

libdbus binding for Nim
MIT License
20 stars 7 forks source link

Support structs and move tests from dbus/private/tests to tests/ #11

Closed iffy closed 4 years ago

iffy commented 4 years ago

I realize I'm doing 2 things at once with this PR, so if you don't like the test rearrangement, I can make 2 PRs.

  1. Structs are now supported
  2. Tests (at least the ones that terminate on their own) were moved to ./tests which seems to be the standard nimble location. I also merged several of the test files into a single test file.