I see no advantage in distinguishing between unit and functional tests.
Now that migratation to pytest is happening, tests are getting more slim and descriptive (thanks to fixtures and helpers), we could fit all the tests of a module in a single file test_<module>.py.