Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctest profile #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Doctest profile #26

wants to merge 2 commits into from

Conversation

mmatera
Copy link
Contributor

@mmatera mmatera commented Sep 23, 2021

(@rocky, @TiagoCavalcante, this is just a first draft)

@TiagoCavalcante
Copy link
Collaborator

@mmatera what should be done with the if False?

(and sorry for the delay)

@TiagoCavalcante
Copy link
Collaborator

@mmatera is it supposed to execute the whole doctest, or just a file?

s = row[0] + "\t" + row[1] + "\t" + " ".join(row[2:])
return s.split("\t")

if False:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just for debug. The idea is that when docpipeline runs on one branch, leaves behind a profile_file. This is just to generate the file on the fly during the debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants