Skip to content

Commit 126bdd6

Browse files
committed
Adding egg-info to git ignore and other minor changes
1 parent 5e19667 commit 126bdd6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
build/
55
build-cmake/
66
*Temporary
7-
.vscode
7+
.vscode
8+
*.egg-info

formatting/fortitude.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ A tool for installing, i.e. `pip` or `homebrew`
66

77
## Installation
88

9-
To install fortitude we can utilise the provided `pyproject.toml` by following the instructions in [the pre-commit install instructions](../README.md#pre-commit)
10-
The [quickstart page](https://fortitude.readthedocs.io/en/stable/#quickstart) for Fortitude details multiple other ways of installing the tool.
9+
To install fortitude we can utilise the provided `pyproject.toml` by following the instructions in [the pre-commit install instructions](../README.md#pre-commit). The [quickstart page](https://fortitude.readthedocs.io/en/stable/#quickstart) for Fortitude details multiple other ways of installing the tool.
1110

1211
## Usage in this repo
1312

testing/test-drive/main.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ program tester
2424
call get_argument(1, suite_name)
2525
call get_argument(2, test_name)
2626

27+
write(error_unit, fmt) "Running test-drive tests suite"
2728
if (allocated(suite_name)) then
2829
is = select_suite(testsuites, suite_name)
2930
if (is > 0 .and. is <= size(testsuites)) then

0 commit comments

Comments
 (0)