Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60fcbc8

Browse files
authored
link was to an old branch
1 parent1591396 commit60fcbc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎EBC-Python-101/README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,8 @@ def test_building_volume_calcualtion():
927927
To trigger the code for testing you simple execute py.test or pytest (more infos in the docu[pytest](https://docs.pytest.org/en/latest/)) out of a cmd within your project root. It will search for tests and execute the tests. It gives you feedback whether it fails or it passes.
928928

929929
Thats it! Keep it simple!
930-
To learn more about how to write tests you can have a look at the[Basic Coding Tutorial](https://github.com/RWTH-EBC/EBC-Tutorials/tree/pytests/EBC-Python-101/basic_coding_tutorial).
930+
931+
To learn more about how to write tests you can have a look at the[Basic Coding Tutorial](https://github.com/RWTH-EBC/EBC-Tutorials/tree/master/EBC-Python-101/basic_coding_tutorial).
931932

932933
###Take away
933934
This section should get you in touch with testing code. Writing a test is simple and useful. With additional features like automated testing with[Travis-CI](https://docs.travis-ci.com/) (Very straight forward) and[gitlab-runner](https://about.gitlab.com/2016/03/01/gitlab-runner-with-docker/) (Not sure if this is still up to date), you do not even need to trigger the tests by yourself. In addition you can use tools like[coveralls.io](https://coveralls.io/) to do automated reporting and coverage testing of your program. All in all strong and useful add-ons.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp