Staging
v0.5.1
https://github.com/python/cpython
Revision 1003b34c71d53ccb88ae2768aaba503ae6b5bc16 authored by Berker Peksag on 12 June 2016, 19:34:49 UTC, committed by Berker Peksag on 12 June 2016, 19:34:49 UTC
Update current tests that use old pattern with assertRaises
to make them more maintainable.
1 parent 0e1d680
Raw File
Tip revision: 1003b34c71d53ccb88ae2768aaba503ae6b5bc16 authored by Berker Peksag on 12 June 2016, 19:34:49 UTC
Modernize sqlite3 tests
Tip revision: 1003b34
xxlimited.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top