Skip to content
Snippets Groups Projects
  1. Mar 31, 2023
  2. Mar 29, 2023
  3. Mar 28, 2023
  4. Mar 27, 2023
  5. Mar 26, 2023
  6. Mar 24, 2023
  7. Mar 23, 2023
  8. Mar 22, 2023
  9. Mar 21, 2023
  10. Mar 20, 2023
  11. Mar 19, 2023
  12. Mar 18, 2023
  13. Mar 17, 2023
  14. Mar 16, 2023
    • Matiss Janis Aboltins's avatar
      :bug: making desktop-client tests independent (#765) · d9bc64e7
      Matiss Janis Aboltins authored
      
      Tests cases should be independent. You should be able to run them in
      whatever order you want. And they should still pass.
      
      Currently this is not the case. The order of the tests is very important
      due to the "pseudo" randomization algorithm.
      
      This PR makes the mock data IDs truly unique thus better exposing the
      issue in our tests. Also this PR fixes the dependency issues thus making
      each test case truly independent.
      
      ---------
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      d9bc64e7
Loading