Changes
Page history
Update Coding standards
authored
Jun 15, 2023
by
fima
Show whitespace changes
Inline
Side-by-side
Home/Coding-standards.md
View page @
6e66f976
...
...
@@ -66,7 +66,7 @@ A `test_examples.py` should contain the test for it:
```
python
def
test_say_hello
():
expected_output
=
"
Hello Alice!
"
result
=
qimex
.
examples
.
say_hello
(
"
Alice
"
)
result
=
myproject
.
examples
.
say_hello
(
"
Alice
"
)
assert
result
==
expected_output
```
...
...
...
...