"tests/vscode:/vscode.git/clone" did not exist on "259d8247f7d7093bc6d0e47fd92883f1e1eec348"
  1. 16 Oct, 2020 1 commit
  2. 15 Oct, 2020 9 commits
  3. 14 Oct, 2020 5 commits
  4. 13 Oct, 2020 8 commits
  5. 12 Oct, 2020 5 commits
  6. 11 Oct, 2020 1 commit
  7. 09 Oct, 2020 9 commits
  8. 08 Oct, 2020 2 commits
    • Yannick Jadoul's avatar
      Check scope's __dict__ instead of using hasattr when registering classes and exceptions (#2335) · 71aea49b
      Yannick Jadoul authored
      * Check scope's __dict__ instead of using hasattr when registering classes and exceptions, to allow registering the same name in a derived class scope
      
      * Extend test_base_and_derived_nested_scope test
      
      * Add tests on error being thrown registering duplicate classes
      
      * Circumvent bug with combination of test_class.py::test_register_duplicate_class and test_factory_constructors.py::test_init_factory_alias
      71aea49b
    • Henry Schreiner's avatar
      test: hide segfault (#2559) · deba040b
      Henry Schreiner authored
      * tests: Don't run tests that often segfault
      
      * tests: drop all cross module gil tests
      
      * tests: try skipping all macOS Python 3.9 tests
      
      * tests: drop macOS Python 3.9
      deba040b