Library of testing helper mixins.
Project description
A library of mixin classes containing assertion methods
Example of use:
# -*- coding: utf-8 -*-
import unittest, assert_mixins
class SampleTestCase(unittest.TestCase, assert_mixins.ElementaryMixin):
def test_thing_has_length_two(self):
self.assertLength([3, 4], 2, msg="Length is different from two!")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
assertmixins-0.0.7.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file assertmixins-0.0.7.tar.gz.
File metadata
- Download URL: assertmixins-0.0.7.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2462d7fe859d091635dab2a21fc9483d33d04e08a54df36543535af48b020396
|
|
| MD5 |
c3d638268a7fa132977b3f2fa2b19552
|
|
| BLAKE2b-256 |
c7bd36cd3decfc9f3696a085376c1e5f4152d34757e2a3187340f854a568bb46
|
File details
Details for the file assertmixins-0.0.7-py3-none-any.whl.
File metadata
- Download URL: assertmixins-0.0.7-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6caf17096f49b956bca255a6ccaad633f3c4c5764d03619012daa265a77765b
|
|
| MD5 |
14a180f84596a788aed806227bd2b3ad
|
|
| BLAKE2b-256 |
e386dd2428f3630c39b633dbbf5942039cace1230acc2c0c52ea83637d6bbedc
|