Skip to content
  • Sam Thursfield's avatar
    Run tests using `meson test`, rather than running `py.test` directly · 15dc5aa4
    Sam Thursfield authored
    In order to instantiate the Application class and test the toplevel
    logic we need to be able to load the resource files. We can either
    add custom hacks to py.test to find them in the /app director, or
    use Meson as a wrapper that tells py.test where to find the files.
    
    I have picked the Meson-as-a-wrapper approach since it will hopefully
    be more robust.
    15dc5aa4