Skip to content

Commit e767b29

Browse files
edits to match actual submission
1 parent 217ac50 commit e767b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FortranCon2021-vegetables/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Does it help you to pinpoint the source of bugs?
1212
Does it help you to make changes to functionality, or get in the way?
1313
Would a new developer find it useful for getting their bearings in your project?
1414
Can you tell which requirement a given test is meant to verify?
15+
1516
Experience in the nuclear power industry,
1617
with its emphasis on quality assurance and high standards for verification,
1718
provides motivation to always have satisfactory answers to these questions.
1819
This presentation provides guidance for writing a well organized suite of tests that leads to positive answers to the previous questions.
1920
The primary lesson is that a test suite organized as an executable verification of the requirements of the project
2021
provides long term value in the form of easier on-boarding for new team members and increased developer productivity during maintenance activities.
2122
Examples and demonstrations are provided using the Vegetables Unit Testing Framework,
22-
which has been designed to encourage and aid in writing test suites of the form described above.
23+
which has been designed to aid in writing test suites of the form described above.

0 commit comments

Comments
 (0)