Skip to content

Commit

Permalink
Official Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Nov 7, 2019
1 parent f3331a4 commit 9c790ee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
Binary file removed dist/testrun-0.0.5.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/testrun-1.0.0.tar.gz
Binary file not shown.
19 changes: 14 additions & 5 deletions testrun.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Metadata-Version: 2.1
Name: testrun
Version: 0.0.5
Version: 1.0.0
Summary: A package for tests with meaningful output and display (IDLE-Compatible)
Home-page: https://github.com/ES-Alexander/testrun
Author: ES-Alexander
License: UNKNOWN
Description: # testrun
A Python library for tests with meaningful output and display (IDLE-compatible)
_________________________________
Version: 0.0.5
Version: 1.0.0
Author: ES Alexander
Release Date: 07/Nov/2019
_________________________________
Expand All @@ -19,9 +19,9 @@ Description: # testrun

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

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

## Usage
Install via pip, using `python3 -m pip install --upgrade testrun`.


To import the entire module, use `import testrun.TestRun as TestRun`.

Otherwise, to import one or more classes, use `from testrun.TestRun import
TestRun, Redirect`.

Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Expand Down

0 comments on commit 9c790ee

Please sign in to comment.