Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests in test_non_int.py were not being discovered by pytest because the class names did not start with Test; they also had a few incompatibilities with pytest, which were hidden as a result of the tests not being run. This commit both enables the tests to be discovered and updates them for pytest: - Class names are changed. - Dead code (FakeWrapper) is removed. - Non-float assert_quantity_almost_equal is fixed. - Parametrization, capture_log, subTests are updated for pytest. - kwargs/constants are updated for pytest. - caplog in test_quantity_creation tests for specific message. - Class inheritance is changed to properly run setup_class and special assert_quantity_almost_equal.
- Loading branch information