Move test_os_server and apply fixes.

- Add missing meta value for test_create_server
- Add .gitignore for pytest .cache directory

Exclude test_os_server from nose test runs since it was designed
for pytest. The test will work correctly when run using pytest.

This is a temporary issue, as we'll be moving to pytest soon.
This commit is contained in:
Matt Clay
2016-10-31 15:11:56 -07:00
parent a0f1dcbd0f
commit e24588902f
4 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@@ -54,6 +54,7 @@ credentials.yml
*.out
.coverage
.tox
.cache
results.xml
coverage.xml
/test/units/cover-html