issues
search
CodyKochmann
/
battle_tested
Fully automated python fuzzer built to test if code actually is production ready in seconds.
MIT License
106
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
#51
CodyKochmann
opened
4 months ago
0
[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
#50
CodyKochmann
opened
4 months ago
0
AttributeError during example from README
#49
Skeen
opened
3 years ago
1
Add output_types to FuzzResult
#48
CodyKochmann
opened
4 years ago
0
Add crash_types to FuzzResult
#47
CodyKochmann
opened
4 years ago
0
cannot import `from battle_tested import fuzz`
#46
ligurio
closed
4 years ago
1
Live render the fuzz result being built up.
#45
CodyKochmann
opened
5 years ago
0
Make sure the new architecture supports as much of the old api as possible.
#44
CodyKochmann
opened
5 years ago
4
rework the fuzz result class so it works as an interactive display layer over the new result dict
#43
CodyKochmann
opened
5 years ago
0
Let BT theorize what types would get through functions by comparing builtin structures with attribute interactions in the functions ast.
#42
CodyKochmann
opened
5 years ago
2
fuzz(int) fails on "generator raised StopIteration"
#41
mlao-pdx
opened
5 years ago
2
Use co-routines to organize different tests.
#40
CodyKochmann
closed
5 years ago
1
switch multi-core/queuing organization over to 100% co-routines
#39
CodyKochmann
closed
5 years ago
1
Add `Framework :: Hypothesis` PyPI trove classifier
#38
Zac-HD
closed
4 years ago
1
Initial Update
#37
pyup-bot
opened
6 years ago
0
Incrementally compress the fuzz results as testing goes so ram usage doesnt skyrocket when its not available.
#36
CodyKochmann
closed
5 years ago
2
After fuzzing and compiling the fuzz result, save the result to disk so ram doesnt have to hold previous fuzz findings during later tests.
#35
CodyKochmann
closed
5 years ago
2
Reduce the number of places the fuzz result is stored in ram to 1.
#34
CodyKochmann
closed
5 years ago
2
this thing needs a new description
#33
CodyKochmann
opened
6 years ago
2
Make BT compatible with working on read only file systems.
#32
CodyKochmann
opened
6 years ago
0
Have BT revert to threading in the case that it cant spawn new processes.
#31
CodyKochmann
opened
6 years ago
0
Add a "--watch" command that watches the execution of a file to learn about how things are used.
#30
CodyKochmann
opened
7 years ago
0
Integrate unittest generation to the result objects now that the experiment worked
#29
CodyKochmann
opened
7 years ago
0
Add persistent storage now that graphdb exists
#28
CodyKochmann
opened
7 years ago
0
Have a collector process that caches hypothesis examples to disk and then feeds the main process.
#27
CodyKochmann
opened
7 years ago
0
Would we get better performance by using signal.sigtstp to prioritize background processes?
#26
CodyKochmann
opened
7 years ago
0
Replace PrettyIter with iter in the table output.
#25
CodyKochmann
closed
7 years ago
0
Get rid of generators class and get the functions from generators package
#24
CodyKochmann
opened
7 years ago
0
Add support for generators!!!!!
#23
CodyKochmann
closed
7 years ago
1
Should the decorator syntax skip tests when the function is not from __main__?
#22
CodyKochmann
closed
7 years ago
0
Switch the use of names tuples to classes using __slots__
#21
CodyKochmann
closed
6 years ago
0
sample inputs in args?
#20
CodyKochmann
opened
7 years ago
1
additional strategies in args?
#19
CodyKochmann
closed
7 years ago
0
Add venv generator for running tests
#18
CodyKochmann
opened
7 years ago
0
After authorizing objects in stricttuple, store them in generic objects so tests are pickle-able.
#17
CodyKochmann
opened
7 years ago
0
Add screenshots of the autogenerated attributes to the readme.
#16
CodyKochmann
opened
7 years ago
0
Add updating the jupyter notebooks to the auto-release script
#15
CodyKochmann
opened
7 years ago
0
Have BT support fuzzing generator functions.
#14
CodyKochmann
closed
7 years ago
0
Is there a guide for what the correct behavior of functions should be that BT can recommend when it finds something that doesn't fall along those lines?
#13
CodyKochmann
opened
7 years ago
0
Add an arrow to fields to pay special attention to in pretty table reports
#12
CodyKochmann
opened
7 years ago
0
Iter is not able to be added to pretty tables since pretty tables pickles things
#11
CodyKochmann
closed
7 years ago
1
Allow multiple strategies to be added to fuzz.strategy argument
#10
CodyKochmann
opened
7 years ago
0
Tracebacks are insanely long, making demos hard to show.
#9
CodyKochmann
closed
7 years ago
0
I wrote a type generator once, maybe we can add that to battle_tested's strategy?
#8
CodyKochmann
closed
7 years ago
0
clean what is importable from battle_tested with __all__
#7
CodyKochmann
closed
7 years ago
0
from battle_tested import quick_fuzz?
#6
CodyKochmann
closed
7 years ago
1
Simplify the imports
#5
CodyKochmann
closed
7 years ago
1
Different levels of complexity in the strategies being used over time.
#4
CodyKochmann
opened
7 years ago
0
Have version number auto generated with the update push.
#3
CodyKochmann
closed
7 years ago
0
Print the total tests completed on exit.
#2
CodyKochmann
closed
7 years ago
0
Next