def test_file_data_test_creation(): """ Test that the ``file_data`` decorator creates two tests """ tests = len(list(filter(_is_test, FileDataDummy.__dict__))) assert_equal(tests, 2)