mhchia c72dfe1dd3
Use factories and fixtures in pubsub tests
Done
- Add factories using factory-boy
- Modify fixtures and tests to use factories
- Modify tests to use fixtures and factories
- Clean up
2019-08-01 13:30:08 +08:00
..
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00
2019-07-31 15:00:12 -07:00

pytest gathers tests according to a naming convention. By default any file that is to contain tests must be named starting with test_ and any function in a file that should be treated as a test must also start with test_.