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

The test environment needs to live somewhere else #47

Open
bogdanm opened this issue Jul 13, 2015 · 6 comments
Open

The test environment needs to live somewhere else #47

bogdanm opened this issue Jul 13, 2015 · 6 comments
Labels

Comments

@bogdanm
Copy link
Contributor

bogdanm commented Jul 13, 2015

I'm writing https://github.com/ARMmbed/mbed-util and I'm trying to not make it depend on mbed-core. The problem is that I need to write tests for that library, so now I have to use this:

"testDependencies": {
    "mbed-core": "~0.2.0"
}

in order to get the test environment in the library. This is just a very awkward hack, not a solution. It looks like the test environment should live in its own repository. Yup, another repository.

@bogdanm bogdanm changed the title The test environment needs to leave somewhere else The test environment needs to live somewhere else Jul 13, 2015
@hugovincent
Copy link
Contributor

+1 to the device-side library support for greentea (test_env.cpp et al) living in it's own module. cc @PrzemekWirkus

@rainierwolfcastle
Copy link

ARM Internal Ref: IOTSFW-1016

@niklarm
Copy link
Contributor

niklarm commented Dec 7, 2015

👍 test-env.h needs to move.

@AlessandroA
Copy link

+1, I'd like uvisor-lib not to depend on mbed-drivers for testing

@PrzemekWirkus
Copy link
Contributor

@bogdanm There is a plan for that (tickets) already.

@0xc0170
Copy link
Contributor

0xc0170 commented Jan 28, 2016

@PrzemekWirkus Please share it with me, I would like to move this next week if possible

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

No branches or pull requests

7 participants