Skip to content

A static analyzer that verifies Python asserts before execution

License

Notifications You must be signed in to change notification settings

mushitoriami/mizore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mizore

A static analyzer that verifies Python asserts before execution.

$ cat example.py
x = 1
assert(x == 1)
assert(x == 2)
$ mizore example.py
Failed to verify the assertion:
assert(x == 2)

$

About

A static analyzer that verifies Python asserts before execution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages