Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
140dd6ae
Commit
140dd6ae
authored
Mar 13, 2026
by
Eric Duminil
Browse files
Test simstadt main output
parent
6479617e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_simstadt.py
0 → 100644
View file @
140dd6ae
from
simstadt
import
main
def
test_simstadt_script
(
simstadt_folder
,
capsys
):
main
()
captured
=
capsys
.
readouterr
()
assert
"SimStadt folder :"
in
captured
.
out
assert
"SimStadt version:"
in
captured
.
out
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment