@@ -8,16 +8,16 @@ Sample demonstrates techniques for using Testspace with Python code and the [`un
88
99 * Using a Testspace Project that is ` connected ` with this GitHub Repo
1010 * Using 3 Online CI services for demonstration purposes only
11- * Can review the Results at [ testspace-samples: python .unittest] ( https://samples.testspace.com/projects/testspace-samples:python.unittest )
12- * Refer to our [ Getting Started ] ( https://help.testspace.com/getting-started ) help articles for more information
11+ * Can review the Results at [ testspace-samples: python .unittest] ( https://samples.testspace.com/projects/testspace-samples:python.unittest )
12+ * Refer to our [ Help ] ( https://help.testspace.com/ ) for more information
1313
1414
1515***
1616Using Multiple Online CI Services:
1717
18- [ ![ Build Status] ( https://travis-ci.org/testspace-samples/php.phpunit.svg?branch=master )] ( https://travis-ci.org/testspace-samples/python.unittest )
18+ ![ Build] ( https://github.com/testspace-samples/python.unittest/workflows/Build/badge.svg )
19+ [ ![ Build Status] ( https://travis-ci.org/testspace-samples/python.unittest.svg?branch=master )] ( https://travis-ci.org/testspace-samples/python.unittest )
1920[ ![ CircleCI] ( https://circleci.com/gh/testspace-samples/python.unittest.svg?style=svg )] ( https://circleci.com/gh/testspace-samples/python.unittest )
20- [ ![ Run Status] ( https://api.shippable.com/projects/5a1068f96301ee07008b7aa0/badge?branch=master )] ( https://app.shippable.com/github/testspace-samples/python.unittest )
2121
2222
2323***
@@ -27,12 +27,12 @@ Publishing **Test Content** using www.testspace.com.
2727[ ![ Space Metric] ( https://samples.testspace.com/spaces/757/metrics/683/badge?token=116815d4171e04500825d50efd8faae6795a50dd )] ( https://samples.testspace.com/spaces/757/schema/Code%20Coverage?utm_campaign=badge&utm_medium=referral&utm_source=coverage " Code Coverage (lines) ")
2828[ ![ Space Metric] ( https://samples.testspace.com/spaces/757/metrics/684/badge?token=ccdfd31aa029f081c99f3b2748b7fa3714de4410 )] ( https://samples.testspace.com/spaces/757/schema/Static%20Analysis?utm_campaign=badge&utm_medium=referral&utm_source=analysis " Static Analysis (issues) ")
2929
30- ***
30+ ***
3131
3232In order to run this sample you will need a host workstation with installed python 2.6+.
3333
3434
35- Download and configure the Testspace client
35+ Download and configure the Testspace client
3636<pre >
3737mkdir -p $HOME/bin
3838curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
@@ -47,20 +47,20 @@ sudo apt-get install pylint
4747</pre >
4848
4949
50- Running Static Analysis:
50+ Running Static Analysis:
5151<pre >
5252pylint stock_alerter/ -f parseable > analysis.txt
53- </pre >
53+ </pre >
5454
55- Running Tests with Code Coverage:
55+ Running Tests with Code Coverage:
5656
5757<pre >
5858nose2 --junit-xml --with-coverage
59- </pre >
59+ </pre >
6060
6161Push Content using Testspace client
6262
6363<pre >
64- testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml
65- </pre >
64+ testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml
65+ </pre >
6666
0 commit comments