pytest-unique
0.1.5
  • pytest_unique
  • How to contribute
  • License
  • Changes
pytest-unique
  • Welcome!
  • View page source

Welcome!

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

  • pytest_unique
    • pytest_unique package
      • Submodules
      • pytest_unique.count module
        • file_count()
        • memory_count()
      • pytest_unique.fixtures module
        • unique()
        • unique_in_file()
        • unique_in_memory()
      • pytest_unique.lock module
        • AlreadyLockedError
        • BaseLock
          • BaseLock.is_locked
          • BaseLock.lock()
          • BaseLock.unlock()
        • FileLock
          • FileLock.is_locked
          • FileLock.lock()
          • FileLock.unlock()
        • MemoryLock
          • MemoryLock.is_locked
          • MemoryLock.lock()
          • MemoryLock.unlock()
        • NotLockedError
        • NullLock
          • NullLock.is_locked
          • NullLock.lock()
          • NullLock.unlock()
        • lock()
        • unlock()
      • pytest_unique.registry module
        • get_entry_points()
        • registry_add()
        • registry_get()
        • registry_load()
        • registry_remove()
      • pytest_unique.unique module
        • Unique
          • Unique.count
          • Unique.get_plugin()
          • Unique.registry
        • count_factory()
        • unique_bytes()
        • unique_digits()
        • unique_email()
        • unique_float()
        • unique_integer()
        • unique_password()
        • unique_text()
        • unique_uuid()
      • Module contents

Additional Notes

  • How to contribute
    • Reporting issues
    • Submitting patches
    • Setting up
    • Troubleshooting
    • Starting to code
    • Running the tests
    • Checking the syntax
    • Building the docs
  • License
    • MIT Source License
  • Changes
    • Version 0.1.5
    • Version 0.1.4
    • Version 0.1.3
    • Version 0.1.2
    • Version 0.1.1
    • Version 0.1.0
Next

© Copyright 2023, Marc Tardif.

Built with Sphinx using a theme provided by Read the Docs.