issues
search
RussBaz
/
enforce
Python 3.5+ runtime type checking for integration testing and data validation
542
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Set[] return type has errors
#33
wizzardx
closed
7 years ago
2
Incorrect Exception Message
#32
kenfar
closed
7 years ago
5
list index out of range when validating list in list
#31
magwas
closed
7 years ago
2
Have you tested with the new typing.py yet?
#30
gvanrossum
closed
7 years ago
3
Usage with `typing.NamedTuple`
#29
Tarrasch
closed
7 years ago
4
If there is no 'return' annotation, return output instead of 'None'
#28
hwayne
closed
8 years ago
2
When passing a callable object to a Callable argument, validate on object.__call__ instead of object
#27
hwayne
closed
8 years ago
1
no_type_check decorator should be respected
#26
RussBaz
closed
8 years ago
1
0.3.0 Release Plan
#25
RussBaz
closed
7 years ago
1
Find and fix the cause of failing tests when run with pytest only (introduced in commit 0717b657198cf6e64fe8d53224836d16961a9126)
#24
RussBaz
closed
8 years ago
1
Add protocol verification mode to the type checking method
#23
RussBaz
closed
8 years ago
1
Updated README to reflect current status
#22
TheDataLeek
closed
8 years ago
4
What to do about __subclasshook__?
#21
RussBaz
closed
8 years ago
1
Global switch for type checking mode
#20
RussBaz
closed
8 years ago
2
Added class/callables to README
#19
TheDataLeek
closed
8 years ago
1
Profiling
#18
TheDataLeek
opened
8 years ago
4
0.2.0 Release Plan
#17
RussBaz
closed
8 years ago
16
Publicity
#16
TheDataLeek
closed
8 years ago
6
Huge README update
#15
TheDataLeek
closed
8 years ago
3
Config Parameter "enable" is acting in the wrong scope
#14
TheDataLeek
closed
8 years ago
2
Updating master with latest developments
#13
RussBaz
closed
8 years ago
0
Added Basic Config
#12
TheDataLeek
closed
8 years ago
1
Some notes on runtime type safety of Generics
#11
RussBaz
closed
8 years ago
2
Add Configuration
#10
TheDataLeek
closed
8 years ago
3
Improvements on the Dev Branch
#9
TheDataLeek
closed
8 years ago
2
Union Fails for Nested Types
#8
TheDataLeek
closed
8 years ago
2
Add Recursion Limit to Parser
#7
TheDataLeek
opened
8 years ago
1
Callables Not Handled Correctly
#6
TheDataLeek
closed
8 years ago
3
New Type Parser
#5
TheDataLeek
closed
8 years ago
1
Disable option
#4
michaeldnelson
closed
8 years ago
2
Sequence type and nested types are not handled correctly.
#3
RussBaz
closed
8 years ago
4
Add a new type parser for handling complex types (container types) and type variables correctly.
#2
RussBaz
closed
8 years ago
1
Run on any function automatically
#1
The-Compiler
opened
9 years ago
2
Previous