mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-26 16:10:50 +00:00
Merge pull request #342 from status-im/test/Docker
Dockerfile for openbounty tests
This commit is contained in:
commit
fdabe1e3a7
7
test/Dockerfile
Normal file
7
test/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.6
|
||||
COPY end-to-end/requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY end-to-end /app
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["-m", "pytest", "-m", "sanity"]
|
@ -9,7 +9,7 @@ class TestData(object):
|
||||
# define here path to your config.ini file
|
||||
# example - config_example.ini
|
||||
|
||||
self.config.read('config.ini')
|
||||
self.config.read("tests/config.ini")
|
||||
|
||||
# self.issue['title'] is set in GithubPage::create_new_bounty
|
||||
# self.issue['id'] is set in GithubPage::create_new_bounty
|
||||
|
Loading…
x
Reference in New Issue
Block a user