Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Test deps #21

Closed
artemyarulin opened this issue Aug 15, 2016 · 0 comments
Closed

Test deps #21

artemyarulin opened this issue Aug 15, 2016 · 0 comments

Comments

@artemyarulin
Copy link
Owner

We should be able to specify module dependencies for tests only - currently it's not possible. It shouldn't be that difficult as we have a dedicated target for tests

artemyarulin pushed a commit that referenced this issue Aug 29, 2016
As discussed in #22 we eliminated any additional logic for testing - now test is just a module with it's own source files which depends on some other modules plus a flag that test runner has to be created. Doing that we were able to simplify lib.py and shift some of the logic to config.py. Closes #21

Initial implementation of REPL - again more details could be found in #22. It works fine, it's not yet ready to be released as sync is very slow and certain things (like :ext) are still hardcoded in the source, while it should be configurable. Closes #19
artemyarulin pushed a commit that referenced this issue Aug 29, 2016
As discussed in #22 we eliminated any additional logic for testing - now test is just a module with it's own source files which depends on some other modules plus a flag that test runner has to be created. Doing that we were able to simplify lib.py and shift some of the logic to config.py. Closes #21

Initial implementation of REPL - again more details could be found in #22. It works fine, it's not yet ready to be released as sync is very slow and certain things (like :ext) are still hardcoded in the source, while it should be configurable. Closes #19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant