Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

cloudant/partition_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Test Suite

Elixir tests for the new partition work

To run the suite:

./run

make couch runs only the CouchDB tests make all runs all tests including the search tests

Tips for test

  • mix test runs all the tests
  • mix test ./test/view_partition_test.exs runs only the tests in that file
  • mix test ./test/view_partition_test.exs:174 runs the test starting at line 174

Tests to add

  • Responses for non-existent partitions are 404?
  • Replication tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages