Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0e54f3a6d839
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4fc708567f6d
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 25, 2020

  1. nixos/test-driver: introduce main method

    This way we not accidentally use introduce/use global variables.
    Also it explictly mark the code for the mypy type checker.
    Mic92 committed Aug 25, 2020
    Copy the full SHA
    c1667f8 View commit details
    Browse the repository at this point in the history
  2. nixos/test-driver: switch to pythons' logging lib

    - Less code
    - more thread-safe according to @flokli
    Mic92 committed Aug 25, 2020
    Copy the full SHA
    392415c View commit details
    Browse the repository at this point in the history
  3. nixos/testdriver: sort imports

    Mic92 committed Aug 25, 2020
    Copy the full SHA
    f3c0a09 View commit details
    Browse the repository at this point in the history
  4. nixos/test-driver: re-introduce log()

    Appearantly this is used in tests
    Mic92 committed Aug 25, 2020
    Copy the full SHA
    87214db View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Copy the full SHA
    4fc7085 View commit details
    Browse the repository at this point in the history