diff --git a/doc/contributing.md b/doc/contributing.md index 43eb88657fd..10523aa6991 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -600,8 +600,8 @@ Tests also help us be confident that we won't break your code in the future. When writing tests, don't test everything that the GMT function already tests, such as every unique combination of arguments. An exception to this would be the most popular methods, such as pygmt.Figure.plot and pygmt.Figure.basemap. -The highest priority for tests should be the Python-specific code, such as numpy, -pandas, and xarray objects and the virtualfile mechanism. +The highest priority for tests should be the Python-specific code, such as NumPy, +pandas, and xarray objects and the virtual file mechanism. If you're **new to testing**, see existing test files for examples of things to do. **Don't let the tests keep you from submitting your contribution!**