File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -600,8 +600,8 @@ Tests also help us be confident that we won't break your code in the future.
600600When writing tests, don't test everything that the GMT function already tests, such as
601601every unique combination of arguments. An exception to this would be the most popular
602602methods, such as <code >pygmt.Figure.plot</code > and <code >pygmt.Figure.basemap</code >.
603- The highest priority for tests should be the Python-specific code, such as numpy ,
604- pandas, and xarray objects and the virtualfile mechanism.
603+ The highest priority for tests should be the Python-specific code, such as NumPy ,
604+ pandas, and xarray objects and the virtual file mechanism.
605605
606606If you're ** new to testing** , see existing test files for examples of things to do.
607607** Don't let the tests keep you from submitting your contribution!**
You can’t perform that action at this time.
0 commit comments