Skip to content

Fix pytest collection warnings in test_maxwell.py by telling pytest to

Matt Wala requested to merge fix-test-prefix-warnings into master

ignore python classes (otherwise it would try to collect any classes that start with Test*).

Merge request reports