Jed Perkins

Results 2 issues of Jed Perkins

## 1) Bug Changes to the global state that is tracked in the global state variables __TYPE_MAP and __NS_CATALOG persists across tests. This means that any tests that run after...

category: bug
priority: low

Currently the tests are configured to run with --boxed which explicitly calls os.fork() and results in pytest throwing an error because fork is not supported on Windows. Removing the --boxed...