You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Python/Unittest sample for demonstrating Testspace based on the [test_driven_python repo](https://github.com/siddhi/test_driven_python)
6
6
7
7
Sample demonstrates techniques for using Testspace with Python code and the [`unittest` test framework](https://docs.python.org/2/library/unittest.html) together with [`cov-core` code coverage tool](https://pypi.python.org/pypi/cov-core) and [`nose2` runner](https://github.com/nose-devs/nose2).
8
8
9
+
* Using a Testspace Project that is `connected` with this GitHub Repo
10
+
* 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
Checkout the published [Test Content](https://samples.testspace.com/projects/testspace-samples:python.unittest). Note that the `.testspace.txt` file contains the [set of files](http://help.testspace.com/how-to:publish-content#publishing-via-content-list-file) to publish.
56
-
57
-
***
58
-
59
-
To replicate this sample:
60
-
- Setup account at www.testspace.com.
61
-
- Create a Environment variable called `TESTSPACE_TOKEN`
0 commit comments