From 1c68276c35f3c50f79763ba0bc8a5217eae85032 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:11:59 +0200 Subject: [PATCH 1/9] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..253db9e 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): hello(say_what()) + print("xd") return 0 From 05cf6fc54f6d8c18e8ac2f08653476813fc53119 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:13:45 +0200 Subject: [PATCH 2/9] Update hello.py --- hello.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hello.py b/hello.py index 253db9e..d4fb0b0 100644 --- a/hello.py +++ b/hello.py @@ -12,7 +12,6 @@ def say_what(): def main(): hello(say_what()) - print("xd") return 0 From 2234996eb8373b70cd0668e51a012850fd85e17a Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:14:37 +0200 Subject: [PATCH 3/9] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..253db9e 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): hello(say_what()) + print("xd") return 0 From b1e27e1adf035e89304c387c2d98c0cf3c88c84a Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:21:45 +0200 Subject: [PATCH 4/9] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d4fb0b0..349e44d 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worlddddddddddddd' def main(): From 466488dbbde0f3e7d04fd397d12dbf7b64aa8344 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:31:20 +0200 Subject: [PATCH 5/9] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dce752e..1c0ca66 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# python-example \ No newline at end of file +# trello-burndown +[![Go Report Card](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example.svg?branch=master) + +# python-example From ccd5cfad147b74df462748766ecba8693f363200 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:31:32 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1c0ca66..615c566 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# trello-burndown [![Go Report Card](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example.svg?branch=master) # python-example From 30356c116f3e7faf5a26975db6a57ec9834765ee Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:33:25 +0200 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615c566..f515637 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -[![Go Report Card](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example.svg?branch=master) +[![Build Status](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example.svg?branch=master) # python-example From 9e12cc695fbb8802b94a5e407830e7c4795774d9 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:34:22 +0200 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f515637..480a8cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -[![Build Status](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example.svg?branch=master) +[![Build Status](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example) # python-example From 14f7fbea2dcf56b360f6bee95c04b94f1e1d7df1 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:41:28 +0200 Subject: [PATCH 9/9] Create Test1 --- tests/Test1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/Test1 diff --git a/tests/Test1 b/tests/Test1 new file mode 100644 index 0000000..a63c8a3 --- /dev/null +++ b/tests/Test1 @@ -0,0 +1,2 @@ +def test_1(): + assert 1 == 1