tomwwright / littleorange

Minimalist AWS multi-account cloud leveraging CloudFormation and Lambda.
GNU General Public License v3.0
4 stars 1 forks source link

test_files_with_snake_case.py #8

Open tomwwright opened 3 years ago

tomwwright commented 3 years ago

Default naming pattern for test files is snake case, which is the default. But adding a pytest.ini file allows for the file pattern to be changed to match -- see the account resource provider for example

Just need to rename files and make sure there is a pytest.ini in each python subproject