move pytest.ini to testing/
ClosedPublic

Authored by kparal on Apr 29 2014, 12:26 PM.

Details

Summary

According to [1] this is still on pytest search path when you run
py.test -F testing/ (actually it is the first location searched) and I
think it looks tidier this way :-) ... testing config file is placed
inside the testing/ directory instead of the top level one.

[1] http://pytest.org/latest/customize.html#how-test-configuration-is-read-from-configuration-ini-files

Test Plan

Tests still pass when you run py.test -F testing/.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
mkrizek accepted this revision.Apr 29 2014, 12:45 PM
tflink accepted this revision.May 5 2014, 2:52 PM

Looks good to me, works in my setup. Please push to develop

kparal closed this revision.May 5 2014, 2:55 PM

Closed by commit rLTRN3b279ce8229b (authored by @kparal).