Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Mar 1, 2024
1 parent c25207d commit aed96f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/testing/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ With that said, the initial development and testing of the SCF becomes very
awkward when one is unable to easily acquire real integrals for real molecular
systems. Additionally, changes to the integrals code could have deleterious
effects on the SCF code, which we would like to detect before merging. For these
(and other reasons), it can be useful to implement integration tests to ensure
(and other) reasons, it can be useful to implement integration tests to ensure
the continued interoperability of the isolated components of the NWX stack.
Because the tests are built on top of the Plugins, it is simple to include
NWChemEx itself as a dependency of the test (see :numref:`fig_integration_chart`).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/testing/unit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Writing Unit Tests for NWChemEx
###############################

Within the first party NWX libraries, we aim for extensive unit testing to
Within the first party NWChemEx libraries, we aim for extensive unit testing to
ensure functionality and correctness. All classes, functions, and modules added
to any of the first party libraries will be expected to have corresponding unit
tests. Testing of functions (as well as Plugin modules) should minimally ensure
Expand Down

0 comments on commit aed96f3

Please sign in to comment.