Charlie Drage
Charlie Drage
#dotests
Tests still seem to fail :( @rtnpro
Are we able to add an ignore somehow or putting the functional tests in a different directory for testing?
@rtnpro this needs to be fixed then so that travis will only run the non-functional tests, or else every PR is going to fail since it's trying to run the...
#dotests
#dotests
Getting this error: ``` dropbox/dev/atomicapp pr_655 ✔ [116/209] ▶ make functional-test pip install -qr requirements.txt pip install -qr test-requirements.txt /usr/bin/python -m pytest tests/functional/ -vv --cov atomicapp ============================================================================================================================== test session starts...
I'm assuming this is due to failure in Debian-based OS' ^^. Mind patching in a detection if selinux is installed and/or what OS you're running?
@rtnpro still seems to fail upon running the tests: ``` Step 10 : ENV PYTHONPATH /opt/atomicapp/ ---> Running in 052dbab804c5 ---> 6c0d6c855ee2 Removing intermediate container 052dbab804c5 Step 11 : ENTRYPOINT...
Also.. weird issue.. For some reason, if I run the functional tests within the atomicapp git repo `make functional-test` under your PR (branch pr_655) your script will switch atomicapp BACK...