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