Source code for tests.test_placeholder

#!/usr/bin/env python

import pytest

[docs]def main(): pass
if __name__ == "__main__": main()