Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
  2. Aug 20, 2019
  3. Aug 19, 2019
    • Stephan Seitz's avatar
      Remove main methods from tests · 9089cc44
      Stephan Seitz authored
      ... or code will be executed when pytest is collecting the tests.
      I found out that I can use "-s" to convince vim-test to show me test
      output.
      9089cc44
  4. Aug 18, 2019
  5. Aug 16, 2019
  6. Aug 15, 2019
  7. Aug 14, 2019
  8. Aug 13, 2019
  9. Aug 12, 2019
  10. Aug 09, 2019
  11. Aug 08, 2019
  12. Aug 07, 2019
    • Stephan Seitz's avatar
      Remove deprecation warning ('cachedir' parameter has been deprecated) · 49142d54
      Stephan Seitz authored
      Warning was:
      
      ```
        /localhome/seitz_local/projects/pystencils/pystencils/cache.py:15: DeprecationWarning: The 'cachedir' parameter has been deprecated in
      version 0.12 and will be removed in version 0.14.
        You provided "cachedir='/localhome/seitz_local/.cache/pystencils'", use "location='/localhome/seitz_local/.cache/pystencils'" instead.
          disk_cache = Memory(cachedir=cache_dir, verbose=False).cache
      ```
      49142d54
  13. Aug 06, 2019