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

Get rid of invokelatest() for calling testcase functions #14

Open
fjarri opened this issue Jul 30, 2017 · 0 comments
Open

Get rid of invokelatest() for calling testcase functions #14

fjarri opened this issue Jul 30, 2017 · 0 comments
Milestone

Comments

@fjarri
Copy link
Owner

fjarri commented Jul 30, 2017

Since currently the test files are loaded dynamically, we have to call the testcase functions via invokelast(). Theoretically, this leads to low performance. I tried to work around it by creating a file that includes all the required test files statically and running a child process that actually executed the tests; the speed seemed to be the same. Need to revisit this when the test suite is more complicated.

@fjarri fjarri added this to the v0.1.0 milestone Jul 30, 2017
@fjarri fjarri changed the title Get rid of invokelast for calling testcase functions Get rid of invokelatest() for calling testcase functions Jul 30, 2017
fjarri added a commit that referenced this issue Sep 30, 2017
Mainly to make doctests possible. Will also resolve issue #14 if we ever decide to drop indirect loading of testcases.
@fjarri fjarri modified the milestones: v0.1.0, v0.2.0 Oct 1, 2017
@fjarri fjarri closed this as completed Jun 14, 2018
@fjarri fjarri reopened this Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant