You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a test with the example from the issue
* Move example preferences to data directory
Cleans up the test module a fair bit!
* Remove players via list comprehension
Something must have been going wrong with references in the list using
`list.remove(x)`. Oddly enough, the same solution in
`Player._forget(other)` makes everything fail...
* Sort imports in new example test
* Remove old try-except for weird removals
Another way the player removal process broke things was for project
removal (when removing a supervisor). Now that removals are explicit via
comprehension we don't need this.
(I wish) This also fixes#161
* Bump version to 1.4.2
* Implement hypothesis profile w/o deadline
0 commit comments