mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 17:51:43 +08:00
This is the first step to have some tests, that we could run against an MBS instance, to check that it's functionally correct. Ultimately, these will replace the test scripts (`contrib/test-*`). This doesn't really do anything yet, but I would like to make sure that everyone is on the same page regarding how this will be set up. Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
27 lines
380 B
Plaintext
27 lines
380 B
Plaintext
*.pyc
|
|
*.src.rpm
|
|
.eggs
|
|
.idea
|
|
.mbs_local_build.db
|
|
.test_module_build_service.db
|
|
/.cache/
|
|
/.coverage*
|
|
/.tox/
|
|
/.vagrant/
|
|
/build/
|
|
/dist/
|
|
/module_build_service.egg-info/
|
|
module_build_service.db
|
|
server.crt
|
|
server.key
|
|
test_module_build_service.db
|
|
.vscode
|
|
.ropeproject
|
|
tests/test_module_build_service.db-journal
|
|
*.swp
|
|
.pytest_cache/
|
|
requirements.txt.orig
|
|
mbstest.db
|
|
htmlcov/
|
|
test.env.yaml
|