#58 Design: Test stuff shouldn't leak out of the /tests directory
Closed: wontfix 6 years ago Opened 6 years ago by asamalik.

When I have a look at a module repository, I see four things:

  • tests/
  • Makefile
  • modulemd.yaml
  • README.md

This feels like the Makefile has to do something with the module itself. But that's not true - it's there for the tests. I'm proposing moving it to the tests directory so it's not confusing.


Hi,
this top dir Makefile is not important for taskotron or any automation.
It is there just for your purposes, to be able to run tests on locally build artifacts.
It is based on
https://github.com/container-images/container-image-template/
so that in this Makefile, there is also build target, doing building local docker image and then it can be tested via test target.

It is more less for your and for test debugging on local machine.

So in this case it would be probably better to discuss it inside container template project than here. because MTF does not use it anyhow.

Metadata Update from @jscotka:
- Issue tagged with: Prio2, needswork

6 years ago

@jscotka your comment is comprehensive.

Metadata Update from @phracek:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata