issues
search
byexamples
/
byexample
Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.
https://byexamples.github.io/byexample/
GNU General Public License v3.0
58
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for markdown github code snippets
#278
claytonneal
opened
1 year ago
1
Typescript support
#277
claytonneal
opened
1 year ago
0
One Python interpreter per example
#276
jeertmans
closed
1 year ago
2
Ignore empty space at the begin of the `got` string even if the `expected` does not use `<...>`
#275
eldipa
opened
1 year ago
0
fix: unset PAGER, LESS, PROMPT_COMMAND env vars in Shell
#274
eldipa
closed
1 year ago
0
feat: increase geometry default for java to 2048x1024
#273
eldipa
closed
2 years ago
0
Simplify runners using new echo algorithm (increase default geometry to 2048x1024 and allow cpp to change its geometry)
#272
eldipa
closed
2 years ago
0
Issue 248 force echo filtering by runner
#271
eldipa
closed
2 years ago
0
Issue 180 filter escape sequences
#270
eldipa
closed
2 years ago
0
Set `PAGER=cat` and `PROMPT_COMMAND=''` in Bash (taken from `pexpect.replwrap`)
#269
eldipa
closed
1 year ago
0
Issue-75-Support argcomplete
#268
eldipa
closed
2 years ago
0
ci: fix CI for MacOS and disable history expansion for Bash
#267
eldipa
closed
2 years ago
0
ci: add MacOS to the CI for running byexample-only tests
#266
eldipa
closed
2 years ago
0
Random fixes bag 3
#265
eldipa
closed
2 years ago
0
Random fixes bag 2
#264
eldipa
closed
2 years ago
0
Use `termscrapper`'s `Screen` to interpret the escape sequences read by `pexpect` before prompt/type matching
#263
eldipa
opened
2 years ago
1
Random fixes bag
#262
eldipa
closed
2 years ago
0
Make echo filtering more robust
#261
eldipa
closed
2 years ago
0
Issue 258 add working directory to shebang
#260
eldipa
closed
2 years ago
0
Issue 258 add working directory to shebang
#259
eldipa
closed
2 years ago
0
Add an optional `%w` wildcard to the shebang to be replaced with the current working directory
#258
eldipa
closed
2 years ago
0
Integrate term scraper and replace pyte
#257
eldipa
closed
2 years ago
0
Issue 245 turn echo off on each exec
#256
eldipa
closed
2 years ago
0
Issue 245 turn echo off on each exec for 10.5.4
#255
eldipa
closed
2 years ago
0
Issue 203 isolate language specific changes on generic options
#254
eldipa
closed
2 years ago
0
Issue 252 document private copies between main and workers
#253
eldipa
closed
2 years ago
0
Share with workers a private copy of data structures set by main thread, stored on the `namespace` (`ns`) object
#252
eldipa
opened
2 years ago
0
Remove the `from __future__ import unicode_literals, print_function`.
#251
eldipa
opened
2 years ago
0
Context based definition of an example to make easier to write examples that expect empty lines
#250
eldipa
opened
2 years ago
0
Explain a possible fix for the argparse limitation with --options
#249
eldipa
closed
2 years ago
0
Enable `+force-echo-filtering` per interpreter and not only globally
#248
eldipa
closed
2 years ago
0
Print byexample pkg location and paths and dependencies' versions (-V)
#247
eldipa
closed
2 years ago
0
Draft: set echo to False on each `exec_and_wait`
#246
eldipa
closed
2 years ago
0
Turn terminal echo off on each source code execution by the interpreter
#245
eldipa
closed
2 years ago
0
Warn if a tab is present in the example's code (disable it with -warn…
#244
eldipa
closed
2 years ago
0
Add Pyte 0.8.1
#243
eldipa
closed
2 years ago
0
Fix self.input_list iteration on example print (verbose)
#242
eldipa
closed
2 years ago
0
Recipe for using a template engine (Jinja2) for argument file generation
#241
eldipa
closed
2 years ago
0
Issue 174 support brace expansion on filenames
#240
eldipa
closed
2 years ago
0
Accept pyte 0.8.1
#239
eldipa
closed
2 years ago
0
Test newer versions of `byexample` dependencies
#238
eldipa
closed
2 years ago
1
Make parent class explicit (super() is not supported)
#237
eldipa
closed
2 years ago
0
Issue 232 support encoding error handler
#236
eldipa
closed
2 years ago
0
Remove `super` from the extension classes (`ExampleFinder`, `ExampleRunner`, ...) as the hierarchy may not support cooperaty inherence (and it isn't required)
#235
eldipa
closed
2 years ago
0
Issue 233 cfg property and document parent init call
#234
eldipa
closed
2 years ago
0
Introduce `cfg` and document that the call to parent's `__init__` is mandatory for `ExampleParser`, `ExampleRunner`, `ExampleFinder`, `ZoneDelimiter` and `Concern`
#233
eldipa
closed
2 years ago
0
Support encoding error handling (currently only `strict` is set)
#232
eldipa
closed
2 years ago
0
Issue 230 more signals to stop
#231
eldipa
closed
2 years ago
0
Support other signals for `+stop-signal` and/or document alternatives
#230
eldipa
closed
2 years ago
0
Issue 228 fix spurious timeout after stop on silence
#229
eldipa
closed
2 years ago
0
Next