flopy/autotest
scottrp 58cb48e7a6
fix(package write): Allow user to define and write empty stress period blocks to package files (#1091) (#1093)
* fix(package write): Allow user to define and write empty stress period blocks to package files (#1091)

* fix(package write): Added tests for code allowing user to define and write empty stress period blocks to package files (#1091)

* fix(formatting): formatting with latest version of black not accepted. using previously version

Co-authored-by: Scott Paulinski <spaulinski@usgs.gov>
2021-04-08 14:28:58 -07:00
..
autotest_notebooks.py release: update release scripts and instructions (#1008) 2020-10-21 19:47:58 -04:00
autotest_scripts.py refactor(Modpath): refactor Modpath to Modpath6 (#987) 2020-08-31 20:21:06 -04:00
get_exes.py ci(get_exes): update get_exe to use updated pymake functionality (#1060) 2021-02-17 19:12:03 -05:00
readme.txt Updated readme to indicate that we are now using nosetests instead of py.test. 2015-11-27 05:49:16 -05:00
runtests.bat Introduce end-of-line normalization (#913) 2020-06-11 11:12:28 -04:00
t000_test.py Moved executable build to a separate python script that is not automatically run by nosetests -v 2017-11-13 11:01:14 -05:00
t001_test.py Cleanup of auto tests and some PEP8 reformatting. 2016-11-29 14:32:26 -05:00
t002_test.py Add `has_package(name)` feature to see if a package exists. (#272) 2017-12-15 10:42:12 -05:00
t003_test.py fix(upw): keyword for vertical K (#746) 2019-12-12 10:38:37 -06:00
t004_test_utilarray.py refactor(util_list): remove aggregation in util_list.py, get_dataframe() (#1033) 2021-02-15 17:26:13 -06:00
t005_test.py Updates to run notebooks 2017-11-29 14:42:13 -05:00
t006_test.py refactor(shapefile): add check_version for pyshp>=2; skip tests (#1001) 2020-10-15 10:02:00 -05:00
t007_test.py Update(plotting and associated modules): major plotting library updates (#1078) 2021-03-19 15:00:17 -04:00
t008_test.py Fix(#675): hfb load parameters when Factor is excluded (#685) 2019-10-20 18:59:20 -05:00
t009_test.py refactor(util_list): remove aggregation in util_list.py, get_dataframe() (#1033) 2021-02-15 17:26:13 -06:00
t010_test.py fix(mfsfr2.py): isfropt and icalc read/write logic (#723) 2019-11-15 09:52:56 -06:00
t011_test.py feat(Mf6ListBudget): add support for mf6 budgets with multiple packages with same name (#900) 2020-06-02 16:18:34 -05:00
t012_test.py ci(linting): Initial GitHub actions for linting (#954) 2020-08-05 15:45:50 -04:00
t013_test.py ci(ssm): modification to ssm warning to address ci failure (#1046) 2021-02-02 13:45:28 -05:00
t014_test.py fixes to check.py, mfsfr2.py, modpathfile.py (#294) 2018-02-15 08:36:13 -05:00
t015_test.py ci(pymake): update pymake import (#969) 2020-08-22 11:45:38 -04:00
t016_test.py feat(ModflowSms): add support for simple, moderate, complex (#906) 2020-06-09 11:49:29 -05:00
t017_test.py refactor(setup/ci): require and test Python 3.5, 3.6, 3.7 and 3.8 (#728) 2019-11-19 16:50:17 -06:00
t018_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t019_test.py Added utility to read ascii (comma-separated-value) and binary MODFLOW 6 observation data. 2018-04-10 17:00:55 -04:00
t020_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t021_test.py fix(mflist): fixed record shape in get_empty; test add_record (#758) 2019-12-12 07:24:26 -06:00
t022_test.py Resolve bugs related to F821 undefined name 'name' (#686) 2019-10-20 17:56:48 -05:00
t023_test.py fix creep of btn obs loactions when reading and writing (#592) 2019-06-10 11:18:56 -06:00
t024_test.py feat(mf6 checker): input data check for mf6 (#779) 2020-01-16 09:26:35 -06:00
t025_test.py fix(typos): Corrected many typos scattered throughout the code (#455) 2019-01-31 11:21:35 -06:00
t026_test.py refactor(autotests): update build_exe.py to use pymake updates (#484) 2019-03-16 10:30:13 -04:00
t027_test.py fix(mnw2): fix issues causing random failures on python 3.5 (#739) 2019-11-22 21:14:43 -06:00
t028_test.py refactor(autotests): update build_exe.py to use pymake updates (#484) 2019-03-16 10:30:13 -04:00
t029_test.py feat(mf6 plotting/exporting): generalized plotting and exporting code to work both with mf2005 and mf6 (#462) 2019-03-02 07:35:38 -04:00
t030_test.py Cleanup of auto tests and some PEP8 reformatting. 2016-11-29 14:32:26 -05:00
t031_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t032_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t033_test.py Cleanup of auto tests and some PEP8 reformatting. 2016-11-29 14:32:26 -05:00
t034_test.py update(mfsfr2, mfuzf1): change default optionblock behavior to block = True for "nwt" models (#963) 2020-08-17 16:16:23 -04:00
t035_test.py ci(t035): Do not run t035 on macOS or Win32 (#973) 2020-08-25 14:03:44 -04:00
t036_test.py refactor(CI): refactor build_exes and select autotests (#498) 2019-03-19 20:31:59 -04:00
t037_test.py refactor(CI): refactor build_exes and select autotests (#498) 2019-03-19 20:31:59 -04:00
t038_test.py A few more changes to support modflow-usg unstructured files. 2017-01-03 17:35:45 -05:00
t039_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t040_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t041_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t042_test.py Update(plotting and associated modules): major plotting library updates (#1078) 2021-03-19 15:00:17 -04:00
t043_test.py Updates to gage package and added more through test of files and filenames options. 2017-03-04 12:07:54 -05:00
t044_test.py fix(flake8 code F811): redefinition of unused 'name' (#688) 2019-10-20 18:53:13 -05:00
t045_test.py fix(flake8 code F811): redefinition of unused 'name' (#688) 2019-10-20 18:53:13 -05:00
t046_test.py fix(flake8 code F811): redefinition of unused 'name' (#688) 2019-10-20 18:53:13 -05:00
t047_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t048_test.py fix(flake8 code F811): redefinition of unused 'name' (#688) 2019-10-20 18:53:13 -05:00
t049_test.py refactor(Modpath): refactor Modpath to Modpath6 (#987) 2020-08-31 20:21:06 -04:00
t050_test.py Update(plotting and associated modules): major plotting library updates (#1078) 2021-03-19 15:00:17 -04:00
t051_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t052_test.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t053_test.py Added a new HeadUFile class, for reading unstructured binary head files from MODFLOW-USG. This required refactoring in binaryfile.py, datafile.py, and formattedfile.py. Added a new test for this. Addressed some of the issues found by Theo, and did some cleanup. Still haven’t resolved the idx issue with the CellBudgetFile.get_record() method reported by Theo. 2017-08-22 10:22:06 -04:00
t054_test_mfnwt.py ci(rtd): generate tutorial files and save as action asset (#979) 2020-08-29 00:37:51 -04:00
t055_test_mt3d_list.py fix(mflistfile): parse immobile components from mt3d listfile (#644) 2019-09-15 07:56:59 -05:00
t056_test_pcg_fmt.py mods to test script 2018-04-01 00:33:56 +13:00
t057_test_mp7.py feat(pyshp 2): add support for writing shapefiles with pyshp 2 2018-11-10 09:56:17 -05:00
t058_test_mp7.py fix(typos): Corrected many typos scattered throughout the code (#455) 2019-01-31 11:21:35 -06:00
t059_test_mp7.py feat(mp7): MODPATH 7 model 2018-10-10 18:14:28 -04:00
t060_test_lkt.py fix(Mflist): allow None as a list entry (#765) 2019-12-16 15:17:19 -06:00
t061_test_gridgen.py feat(unstructured): improve unstructured grid support for MODFLOW 6 and MODFLOW-USG (#1021) 2020-11-27 11:14:45 -06:00
t062_test_intersect.py Forgive x,y outside grid in intersect method (#573) 2019-05-28 07:00:21 -07:00
t063_test_lgrutil.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t064_test_performance.py refactor(dependencies): Refactor collections and matplotlib imports (#965) 2020-08-17 13:49:55 -04:00
t065_test_gridintersect.py Update(plotting and associated modules): major plotting library updates (#1078) 2021-03-19 15:00:17 -04:00
t066_test_copy.py refactor(setup/ci): require and test Python 3.5, 3.6, 3.7 and 3.8 (#728) 2019-11-19 16:50:17 -06:00
t067_test_ulstrd.py fix(ulstrd): lists for wel, drn, ghb, etc. not always loaded correctly (#690) 2019-10-23 07:35:02 -05:00
t068_test_ssm.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t069_test_vtkexportmodel.py fix(vtk): change in export_model when packages_names is None (#770) 2019-12-30 14:21:12 -06:00
t070_test_quasi3layers.py ci(linting): Initial GitHub actions for linting (#954) 2020-08-05 15:45:50 -04:00
t071_test_nwt_ag.py feat(ModflowAg): add the ModflowAg package for NWT (pull request #922) 2020-06-25 15:56:58 -04:00
t072_test_spedis.py Update(plotting and associated modules): major plotting library updates (#1078) 2021-03-19 15:00:17 -04:00
t073_test_cvfd.py feat(cvfdutil): capability to create disv nested grids (#997) 2020-10-02 16:16:52 -05:00
t074_test_geospatial_util.py feat(geospatial_util): geospatial consolidation utilities (#1002) 2020-10-19 13:40:49 -04:00
t075_ugridtests.py fix(numpy): aliases of builtin types is deprecated as of numpy 1.20 (#1052) 2021-02-11 10:12:49 -06:00
t501_test.py Separate model classes introduced for each model type. Model classes contain name file options. 2018-02-26 07:14:04 -08:00
t502_test.py feat(obs/ts/tas): notebooks and test cases updated 2019-03-08 15:02:22 -08:00
t503_test.py ci(t503): update t503 autotest (#1009) 2020-10-26 14:57:09 -04:00
t504_test.py ci: add nightly build exes and flopy update on develop branch ci (#1041) 2021-01-20 19:58:37 -05:00
t505_test.py fix(package write): Allow user to define and write empty stress period blocks to package files (#1091) (#1093) 2021-04-08 14:28:58 -07:00
t506_test.py fix(modflow/mflpf) mfusg unstructured lpf ikcflag addition (#1044) 2021-02-01 11:58:10 -06:00
t550_test.py refactor(shapefile): add check_version for pyshp>=2; skip tests (#1001) 2020-10-15 10:02:00 -05:00
t999_test_cleanup.py ci(linting): Initial GitHub actions for linting (#954) 2020-08-05 15:45:50 -04:00

readme.txt

To run the tests in this folder, type:

nosetests -v

nosetests will find and run anything that has '_test' in the name, whether it be a script or class, or function.