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

UnixFD: Move the unit tests to a new file #97

Merged
merged 5 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. UnixFD: Fix the indentation in unit tests

    * Remove extra lines.
    * Improve the indentation.
    poncovka committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9d6d2cf View commit details
    Browse the repository at this point in the history
  2. UnixFD: Create a new testing DBus interface

    Split the testing DBus interface and create a new one for UnixFD.
    poncovka committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6270621 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. UnixFD: Don't add arguments to the DBusTestCase.setUp method

    The attributes can be set later.
    poncovka committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c7f4fa9 View commit details
    Browse the repository at this point in the history
  2. UnixFD: Manage the testing bus on set up and tear down

    The bus should be set up and teared down in the `setUp` and `tearDown` methods
    of the `TestCase` class. Otherwise, the resources might not be cleaned up.
    poncovka committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    409b7fd View commit details
    Browse the repository at this point in the history
  3. UnixFD: Move the unit tests to a new file

    Create a new file for the UnixFD tests.
    poncovka committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e860423 View commit details
    Browse the repository at this point in the history