Skip to content

Commit 9c790ee

Browse files
committed
Official Release
1 parent f3331a4 commit 9c790ee

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

dist/testrun-0.0.5.tar.gz

-9.7 KB
Binary file not shown.

dist/testrun-1.0.0.tar.gz

9.96 KB
Binary file not shown.

testrun.egg-info/PKG-INFO

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Metadata-Version: 2.1
22
Name: testrun
3-
Version: 0.0.5
3+
Version: 1.0.0
44
Summary: A package for tests with meaningful output and display (IDLE-Compatible)
55
Home-page: https://github.com/ES-Alexander/testrun
66
Author: ES-Alexander
77
License: UNKNOWN
88
Description: # testrun
99
A Python library for tests with meaningful output and display (IDLE-compatible)
1010
_________________________________
11-
Version: 0.0.5
11+
Version: 1.0.0
1212
Author: ES Alexander
1313
Release Date: 07/Nov/2019
1414
_________________________________
@@ -19,9 +19,9 @@ Description: # testrun
1919

2020
`TestRun`:
2121
A base class for a test-suite, including automatic test-detection
22-
(for methods beginning with 'test_'), running all available tests or a
23-
specified set with 'run_tests', running the tests which failed in the last
24-
run with 'run_failed_tests', and automatic (not in IDLE) and user-generated
22+
(for methods beginning with `test_`), running all available tests or a
23+
specified set with `run_tests`, running the tests which failed in the last
24+
run with `run_failed_tests`, and automatic (not in IDLE) and user-generated
2525
timeouts while testing.
2626

2727
`TestGroup`:
@@ -37,6 +37,15 @@ Description: # testrun
3737
A class for managing multiple redirections, allowing for methods to be run
3838
simultaneously on all stored redirections.
3939

40+
## Usage
41+
Install via pip, using `python3 -m pip install --upgrade testrun`.
42+
43+
44+
To import the entire module, use `import testrun.TestRun as TestRun`.
45+
46+
Otherwise, to import one or more classes, use `from testrun.TestRun import
47+
TestRun, Redirect`.
48+
4049
Platform: UNKNOWN
4150
Classifier: Programming Language :: Python :: 3
4251
Classifier: License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)